ovos-skill-date-time


Nameovos-skill-date-time JSON
Version 1.1.5 PyPI version JSON
download
home_pagehttps://github.com/OpenVoiceOS/ovos-skill-date-time
Summaryovos skill plugin
upload_time2025-07-31 23:27:33
maintainerNone
docs_urlNone
authorOpenVoiceOS
requires_pythonNone
licenseApache-2.0
keywords ovos skill plugin
VCS
bugtrack_url
requirements pytz tzlocal timezonefinder geocoder ovos-utils ovos-workshop ovos-date-parser ovos-utterance-normalizer
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/calendar.svg' card_color='#22a7f0' width='50' height='50' style='vertical-align:bottom'/> Date and Time
Get the time, date, day of the week

## About 
Get the local time or time for major cities around the world.  Times are given in 12-hour (2:30 pm) or 24-hour format (14:30) based on the Time Format setting in your `mycroft.conf`

## Examples 
* "What time is it?"
* "What time is it in Paris?"
* "Show me the time"
* "What day is it"
* "What's the date?"
* "Tell me the day of the week"
* "How many days until July 4th"
* "What day is Memorial Day 2020?"

## Configuration

You can adjust certain aspects of this skill's behavior by configuring the `settings.json` file. 

2 sound files are included with the skill, `"casio-watch.wav"` and `"clock-chime.mp3"`, to audibly signal when the hour changes

Below is an example configuration file with explanations for each option.

```json
{
    "play_hour_chime": true,
    "hour_sound": "clock-chime.mp3"
}
```

- **`play_hour_chime`**: (boolean) Enables or disables the hourly chime notification. If `true`, the skill will play an audio chime at the start of every hour. Default is `false`.
- **`hour_sound`**: (string) Specifies the file path to the audio file used for the hourly chime. By default, it points to `casio-watch.wav` in the `res` folder. You can customize this with the path to any audio file you prefer.

## Credits 

- [casio-watch.wav by @Pablobd](https://freesound.org/people/Pablobd/sounds/492481/) under the [CC0 1.0 Universal License](https://creativecommons.org/publicdomain/zero/1.0/)
- [clock-chime.mp3 by @ecfike](https://pixabay.com/sound-effects/clock-chime-88027/) under the [Pixabay Content License](https://pixabay.com/service/license-summary/)
- Original skill by Mycroft AI (@MycroftAI)

## Category
**Daily**

## Tags
#date
#time
#clock
#world-time
#world-clock
#date-time

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenVoiceOS/ovos-skill-date-time",
    "name": "ovos-skill-date-time",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "ovos skill plugin",
    "author": "OpenVoiceOS",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ed/1c/f2e9e670cbb4b828de2c55307467210622f73c0c5cf9e14819bfa7e59386/ovos-skill-date-time-1.1.5.tar.gz",
    "platform": null,
    "description": "# <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/calendar.svg' card_color='#22a7f0' width='50' height='50' style='vertical-align:bottom'/> Date and Time\nGet the time, date, day of the week\n\n## About \nGet the local time or time for major cities around the world.  Times are given in 12-hour (2:30 pm) or 24-hour format (14:30) based on the Time Format setting in your `mycroft.conf`\n\n## Examples \n* \"What time is it?\"\n* \"What time is it in Paris?\"\n* \"Show me the time\"\n* \"What day is it\"\n* \"What's the date?\"\n* \"Tell me the day of the week\"\n* \"How many days until July 4th\"\n* \"What day is Memorial Day 2020?\"\n\n## Configuration\n\nYou can adjust certain aspects of this skill's behavior by configuring the `settings.json` file. \n\n2 sound files are included with the skill, `\"casio-watch.wav\"` and `\"clock-chime.mp3\"`, to audibly signal when the hour changes\n\nBelow is an example configuration file with explanations for each option.\n\n```json\n{\n    \"play_hour_chime\": true,\n    \"hour_sound\": \"clock-chime.mp3\"\n}\n```\n\n- **`play_hour_chime`**: (boolean) Enables or disables the hourly chime notification. If `true`, the skill will play an audio chime at the start of every hour. Default is `false`.\n- **`hour_sound`**: (string) Specifies the file path to the audio file used for the hourly chime. By default, it points to `casio-watch.wav` in the `res` folder. You can customize this with the path to any audio file you prefer.\n\n## Credits \n\n- [casio-watch.wav by @Pablobd](https://freesound.org/people/Pablobd/sounds/492481/) under the [CC0 1.0 Universal License](https://creativecommons.org/publicdomain/zero/1.0/)\n- [clock-chime.mp3 by @ecfike](https://pixabay.com/sound-effects/clock-chime-88027/) under the [Pixabay Content License](https://pixabay.com/service/license-summary/)\n- Original skill by Mycroft AI (@MycroftAI)\n\n## Category\n**Daily**\n\n## Tags\n#date\n#time\n#clock\n#world-time\n#world-clock\n#date-time\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "ovos skill plugin",
    "version": "1.1.5",
    "project_urls": {
        "Homepage": "https://github.com/OpenVoiceOS/ovos-skill-date-time"
    },
    "split_keywords": [
        "ovos",
        "skill",
        "plugin"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4cb4a5da5399dcb69b0f40ac7d661fecf6e3da19c6eb65b5b0a799548cc2e6ea",
                "md5": "64e9fb140b12e4ff82f4a8c8b3093256",
                "sha256": "40b283b0646e407174f7afbc7f38e548081f55bb83cfeff92ad5de9e962e4b0b"
            },
            "downloads": -1,
            "filename": "ovos_skill_date_time-1.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "64e9fb140b12e4ff82f4a8c8b3093256",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 470682,
            "upload_time": "2025-07-31T23:27:32",
            "upload_time_iso_8601": "2025-07-31T23:27:32.507067Z",
            "url": "https://files.pythonhosted.org/packages/4c/b4/a5da5399dcb69b0f40ac7d661fecf6e3da19c6eb65b5b0a799548cc2e6ea/ovos_skill_date_time-1.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ed1cf2e9e670cbb4b828de2c55307467210622f73c0c5cf9e14819bfa7e59386",
                "md5": "2fad5011065e29b4813010873e0771c7",
                "sha256": "30baac40b97dbdf1a971542cce29847e274f92524c5105799f6fd63eede29666"
            },
            "downloads": -1,
            "filename": "ovos-skill-date-time-1.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "2fad5011065e29b4813010873e0771c7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 357971,
            "upload_time": "2025-07-31T23:27:33",
            "upload_time_iso_8601": "2025-07-31T23:27:33.788464Z",
            "url": "https://files.pythonhosted.org/packages/ed/1c/f2e9e670cbb4b828de2c55307467210622f73c0c5cf9e14819bfa7e59386/ovos-skill-date-time-1.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-31 23:27:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OpenVoiceOS",
    "github_project": "ovos-skill-date-time",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pytz",
            "specs": [
                [
                    ">=",
                    "2025.2"
                ]
            ]
        },
        {
            "name": "tzlocal",
            "specs": [
                [
                    ">=",
                    "5.3.1"
                ]
            ]
        },
        {
            "name": "timezonefinder",
            "specs": [
                [
                    ">=",
                    "6.5.9"
                ]
            ]
        },
        {
            "name": "geocoder",
            "specs": [
                [
                    "~=",
                    "1.38"
                ]
            ]
        },
        {
            "name": "ovos-utils",
            "specs": [
                [
                    ">=",
                    "0.8.1"
                ]
            ]
        },
        {
            "name": "ovos-workshop",
            "specs": [
                [
                    "<",
                    "8.0.0"
                ],
                [
                    ">=",
                    "0.0.16"
                ]
            ]
        },
        {
            "name": "ovos-date-parser",
            "specs": [
                [
                    "<",
                    "1.0.0"
                ],
                [
                    ">=",
                    "0.0.1"
                ]
            ]
        },
        {
            "name": "ovos-utterance-normalizer",
            "specs": [
                [
                    "<",
                    "1.0.0"
                ],
                [
                    ">=",
                    "0.0.1"
                ]
            ]
        }
    ],
    "lcname": "ovos-skill-date-time"
}
        
Elapsed time: 1.16369s