1e334b9f0b
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
10 lines
114 B
Python
Executable file
10 lines
114 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
import calendar
|
|
import datetime
|
|
|
|
import locale
|
|
|
|
# Setup locale
|
|
|
|
print(locale.getlocale())
|