ovos-skill-date-time


Nameovos-skill-date-time JSON
Version 1.1.4 PyPI version JSON
download
home_pagehttps://github.com/OpenVoiceOS/ovos-skill-date-time
Summaryovos skill plugin
upload_time2025-06-13 03:48:50
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/b7/fb/f718f16d71077b06f62bbbfc7cce845c55458424a140e86088b104fd7fbd/ovos-skill-date-time-1.1.4.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.4",
    "project_urls": {
        "Homepage": "https://github.com/OpenVoiceOS/ovos-skill-date-time"
    },
    "split_keywords": [
        "ovos",
        "skill",
        "plugin"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "102a8f21849f7e8c45d686ba7dae58f2f559ceee75d4d44f62cf836470dab1f8",
                "md5": "1855460f43b05b82feedd781fc908e7a",
                "sha256": "ae06f3b6f314192c1b46f170e54a3b7cf87a38d8c5a55ef01ab2d6eeac127271"
            },
            "downloads": -1,
            "filename": "ovos_skill_date_time-1.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1855460f43b05b82feedd781fc908e7a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 459145,
            "upload_time": "2025-06-13T03:48:49",
            "upload_time_iso_8601": "2025-06-13T03:48:49.703437Z",
            "url": "https://files.pythonhosted.org/packages/10/2a/8f21849f7e8c45d686ba7dae58f2f559ceee75d4d44f62cf836470dab1f8/ovos_skill_date_time-1.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b7fbf718f16d71077b06f62bbbfc7cce845c55458424a140e86088b104fd7fbd",
                "md5": "5b5659a00aa7981c8463c5aac08d7668",
                "sha256": "8f5805fc35b96fe6bb48a4c1bbe51a44769e63f345a66145a86cc2f348100822"
            },
            "downloads": -1,
            "filename": "ovos-skill-date-time-1.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "5b5659a00aa7981c8463c5aac08d7668",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 350851,
            "upload_time": "2025-06-13T03:48:50",
            "upload_time_iso_8601": "2025-06-13T03:48:50.863674Z",
            "url": "https://files.pythonhosted.org/packages/b7/fb/f718f16d71077b06f62bbbfc7cce845c55458424a140e86088b104fd7fbd/ovos-skill-date-time-1.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-06-13 03:48:50",
    "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": [
                [
                    ">=",
                    "0.0.1"
                ],
                [
                    "<",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "ovos-utterance-normalizer",
            "specs": [
                [
                    ">=",
                    "0.0.1"
                ],
                [
                    "<",
                    "1.0.0"
                ]
            ]
        }
    ],
    "lcname": "ovos-skill-date-time"
}
        
Elapsed time: 0.58619s