Fix in datetime
This commit is contained in:
parent
8436d37206
commit
1b6223a67f
1 changed files with 4 additions and 0 deletions
|
|
@ -125,6 +125,10 @@ def now(utc=False):
|
||||||
|
|
||||||
return actual
|
return actual
|
||||||
|
|
||||||
|
def today(utc=False):
|
||||||
|
|
||||||
|
return now()[:8]+'000000'
|
||||||
|
|
||||||
# Get actual timestamp
|
# Get actual timestamp
|
||||||
|
|
||||||
def obtain_timestamp(timeform, local=False):
|
def obtain_timestamp(timeform, local=False):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue