mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 14:07:25 +00:00
insert helper function timeHandler.getTimestamp()
This commit is contained in:
parent
4a995683c0
commit
ac8a02e3ca
3 changed files with 10 additions and 1 deletions
|
|
@ -87,6 +87,7 @@ from includes.helper import timeHandler
|
|||
timeHandler.curtime("FORMAT") # without format string the function returns with "%d.%m.%Y %H:%M:%S"
|
||||
timeHandler.getDate() # Gets the date in "%d.%m.%Y"
|
||||
timeHandler.getTime() # Gets the time in %H:%M:%S
|
||||
timeHandler.getTimestamp() # Gets a integer timestamp
|
||||
|
||||
|
||||
# replace all the standard wildcards in the given text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue