Skip to content

Commit

Permalink
refactor/session_aware (#38)
Browse files Browse the repository at this point in the history
* refactor/session_aware

- 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)

* refactor/session_aware

- 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)

* mk1 todo

* emit all enclosure events inside the mk1 handlers

* manifest

* simplify nice_month
  • Loading branch information
JarbasAl authored Apr 22, 2024
1 parent aec2543 commit fab861b
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 376 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ recursive-include dialog *
recursive-include vocab *
recursive-include locale *
recursive-include res *
recursive-include ui *
recursive-include qt5 *
recursive-include skill *
include *.json
include *.txt
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 fab861b

Please sign in to comment.