Skip to content

Commit

Permalink
refactor/session_aware
Browse files Browse the repository at this point in the history
- remove mk1 clock timer (move to mk1 plugin)
- remove skill_api methods
- make session aware (timezone, time_format, date_format)
- use datetime utils from ovos-utils, dont make UTC assumptions (or at least let all tz assumptions be made in that module)
  • Loading branch information
JarbasAl committed Apr 21, 2024
1 parent aec2543 commit 20ee8fd
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 360 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ 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 at [Home](https://home.mycroft.ai/#/setting/basic)
Time Format setting in your `mycroft.conf`

Time can optionally be shown on a display, like a digital clock. See
the [Skill Setting](https://home.mycroft.ai/#/skill).

## Examples
* "What time is it?"
Expand Down
Loading

0 comments on commit 20ee8fd

Please sign in to comment.