This release is a pre-release and may not be stable for production use.
Date and Time
Get the time, date, and day of the week.
About
This skill gets the local time or the time in major cities around the world. It gives times in 12-hour format (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 the skill's behavior in the settings.json file.
The skill includes 2 sound files, "casio-watch.wav" and "clock-chime.mp3", to signal when the hour changes.
Below is an example configuration file with explanations for each option.
{
"play_hour_chime": true,
"hour_sound": "clock-chime.mp3"
}
play_hour_chime: (boolean) Turns the hourly chime on or off. Iftrue, the skill plays an audio chime at the start of every hour. The default isfalse.hour_sound: (string) Sets the path to the audio file for the hourly chime. By default, it points tocasio-watch.wavin theresfolder. You can set it to the path of any audio file you prefer.
Related projects
- OpenVoiceOS/ovos-date-parser: parses and formats dates and times for this skill.
- OpenVoiceOS/ovos-workshop: the skill framework this skill builds on.
- OpenVoiceOS/ovos-utterance-normalizer: normalizes utterances before intent matching.
Credits
- casio-watch.wav by @Pablobd under the CC0 1.0 Universal License
- clock-chime.mp3 by @ecfike under the Pixabay Content License
- Original skill by Mycroft AI (@MycroftAI)
Category
Daily
Tags
#date #time #clock #world-time #world-clock #date-time
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ovos_skill_date_time-1.1.14a3.tar.gz.
File metadata
- Download URL: ovos_skill_date_time-1.1.14a3.tar.gz
- Upload date:
- Size: 356.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
179d7fb6570f02df35a772f39c77b266fa39913696eb4e2f1a656c1898d7a538
|
|
| MD5 |
224e55f3e8b017986e773f059d1349d6
|
|
| BLAKE2b-256 |
28db9e1f0f8f8e018c5d7ceb1f3cf9fb80da93624775ebad68e992a6c8873a20
|
File details
Details for the file ovos_skill_date_time-1.1.14a3-py3-none-any.whl.
File metadata
- Download URL: ovos_skill_date_time-1.1.14a3-py3-none-any.whl
- Upload date:
- Size: 473.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1189d07b51c67d99a0f34f762c0f1e45c4ea3617089039a812a175c39a944f9
|
|
| MD5 |
027ec3460a1868e2eb3581553d3ba38c
|
|
| BLAKE2b-256 |
820473c01444fefe7788147c4d089afeb91aef4d3f66297d2394f1f479f93d7c
|