More logging adjustments and improvements. (0.21.1)
This commit is contained in:
parent
ac99346ac9
commit
4f30af83db
9 changed files with 75 additions and 49 deletions
6
files/receipts.py
Normal file
6
files/receipts.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# some python receipts for different stuff
|
||||
|
||||
# get system timezone name
|
||||
# https://stackoverflow.com/questions/1111056/get-time-zone-information-of-the-system-in-python
|
||||
import datetime
|
||||
tz_string = datetime.datetime.now(datetime.timezone.utc).astimezone().tzname()
|
||||
Loading…
Add table
Add a link
Reference in a new issue