-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtime.ini
35 lines (27 loc) · 854 Bytes
/
time.ini
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
#
# Time package configuration file
#
[main]
# Plugin's main configuration section.
# Defines a custom label for the Time command
#
# Default: Time:
#item_label = Time:
# Defines a custom label for the Timezone command
#
# Default: Timezone:
#item_label2 = Timezone:
# List of python date format string in which dates are displayed.
# See https://docs.python.org/3/library/datetime.html#strftime-and-strptime-behavior for possible values
#
#formats = %c
# %x
# List of locale strings for which dates are display
# See https://docs.microsoft.com/en-us/cpp/c-runtime-library/language-strings?view=vs-2017 for possible values
# (Empty string is the system default)
#
#locales =
# C
# Activate/deactivate online searching the user input as location name and determine its timezone
# Default: yes
#online = yes