5 lines
68 B
Python
5 lines
68 B
Python
import datetime
|
|
|
|
|
|
now = lambda: datetime.datetime.now(datetime.UTC)
|