We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9060ba commit d7d19f7Copy full SHA for d7d19f7
README.md
@@ -17,3 +17,4 @@ Download from [Github release](https://github.com/rexzhang/alfred-workflow-time-
17
18
## Will
19
- multi time shift args?
20
+- time shift support ms/q
core.py
@@ -52,7 +52,7 @@
52
)
53
54
RE_TIMEZONE = '^[+-][0-9]{2}$'
55
-RE_SHIFT = '^[+-][0-9]+[smhdwmy]$'
+RE_SHIFT = '^[+-][0-9]+[smhdwMy]$'
56
57
58
class Time(object):
0 commit comments