mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-31 04:12:15 +00:00
What about this
This commit is contained in:
@@ -28,7 +28,7 @@ def get_time_format():
|
|||||||
time_format = "%H:%M"
|
time_format = "%H:%M"
|
||||||
# If system is 12hr
|
# If system is 12hr
|
||||||
if timezone.now().strftime("%p") or settings.CI:
|
if timezone.now().strftime("%p") or settings.CI:
|
||||||
time_format = "%I:%M %p"
|
time_format = "%I%M%p"
|
||||||
return time_format
|
return time_format
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user