Added stuff
This commit is contained in:
parent
8873d61c0a
commit
04cf2fcdf0
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ def beats(inp):
|
||||||
"ter midnight. So, @248 would indicate a time 248 .beats after midni" \
|
"ter midnight. So, @248 would indicate a time 248 .beats after midni" \
|
||||||
"ght representing 248/1000 of a day, just over 5 hours and 57 minute" \
|
"ght representing 248/1000 of a day, just over 5 hours and 57 minute" \
|
||||||
"s. There are no timezones."
|
"s. There are no timezones."
|
||||||
|
elif inp.lower() == "guide":
|
||||||
|
return "1 day = 1000 .beats, 1 hour = 41.666 .beats, 1 min = 0.6944 .beats, 1 second = 0.01157 .beats"
|
||||||
|
|
||||||
t = time.gmtime()
|
t = time.gmtime()
|
||||||
h, m, s = t.tm_hour, t.tm_min, t.tm_sec
|
h, m, s = t.tm_hour, t.tm_min, t.tm_sec
|
||||||
|
|
Reference in a new issue