Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Whitespace fixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
archaelus committed Jan 14, 2013
1 parent 6c1110f commit 7110a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsp_syslog_utils.erl
Expand Up @@ -87,7 +87,7 @@ datetime({_,_,_} = Now) ->
DT = calendar:now_to_universal_time(Now),
datetime(DT);
datetime({{Y,M,D},{H,MM,S}}) ->
io_lib:format("~4.10.0B-~2.10.0B-~2.10.0B ~2.10.0B:~2.10.0B:~2.10.0B"
io_lib:format("~4.10.0B-~2.10.0B-~2.10.0BT~2.10.0B:~2.10.0B:~2.10.0B"
"Z+00:00",
[Y,M,D, H,MM,S]).

Expand Down

0 comments on commit 7110a47

Please sign in to comment.