Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
422aa5fb
Commit
422aa5fb
authored
May 16, 2018
by
Matt Traudt
Browse files
Fix timestamp format to have 05 instead of May
parent
f101aa8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/globals.py
View file @
422aa5fb
...
...
@@ -24,7 +24,7 @@ TORRC_STARTING_POINT = {
'UseEntryGuards'
:
'0'
,
}
TIMESTAMP_DT_FRMT
=
"%d-%
b
-%Y %H:%M:%S"
TIMESTAMP_DT_FRMT
=
"%d-%
m
-%Y %H:%M:%S"
def
is_initted
(
d
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment