-
Notifications
You must be signed in to change notification settings - Fork 6
/
ovos-skill-date-time.json
93 lines (93 loc) · 2.95 KB
/
ovos-skill-date-time.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"skill_id": "skill-ovos-date-time.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-date-time",
"package_name": "ovos-skill-date-time",
"extra_plugins": {},
"icon": "https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/calendar.svg",
"images": [],
"name": "Date and Time",
"description": "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.",
"examples": [
"the time right now please",
"what were the dates for last weekend",
"what were the dates last weekend",
"what are the days for this weekend",
"what is the date this weekend",
"the clock right now please",
"the clock now",
"when is it {offset} hours from now in {location}",
"time right now",
"clock",
"when is it {offset} minutes from now",
"when is it {offset} seconds from now in {location}",
"what days this weekend",
"the time please",
"what date is this weekend",
"what is the date for next weekend",
"when is it {offset} hours in {location}",
"the time",
"do you have the time",
"what were the days last weekend",
"what days for next weekend",
"when is it {offset} hours from now",
"what day was last weekend",
"what are the days this weekend",
"time",
"time now please",
"what dates are next weekend",
"the time now please",
"what days were last weekend",
"what are the days for next weekend",
"when is it {offset} hours",
"the clock now please",
"what date is next weekend",
"what is the date next weekend",
"the clock",
"when is it {offset} minutes",
"what days next weekend",
"what is the date for this weekend",
"do you have the current time",
"clock right now",
"what was the date last weekend",
"clock now please",
"what are the days next weekend",
"current time",
"when is it {offset} minutes in {location}",
"what are the dates for next weekend",
"clock now",
"what are the dates next weekend",
"clock right now please",
"the clock right now",
"the time right now",
"clock please",
"what are the dates this weekend",
"what were the days for last weekend",
"what days for this weekend",
"what day is next weekend",
"the time now",
"what day is this weekend",
"what dates are this weekend",
"what are the dates for this weekend",
"when is it {offset} seconds from now",
"when is it {offset} seconds",
"when is it {offset} seconds in {location}",
"when is it {offset} minutes from now in {location}",
"what dates were last weekend",
"what date was last weekend",
"the clock please",
"time now",
"time right now please",
"time please"
],
"license": "apache-2.0",
"tags": [
"world-time",
"date-time",
"date",
"time",
"Daily",
"world-clock",
"clock",
"permissive-license"
]
}