Skip to content

Commit

Permalink
""
Browse files Browse the repository at this point in the history
git-svn-id: https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/trunk/yaws@217 9fbdc01b-0d2c-0410-bfb7-fb27d70d8b52
  • Loading branch information
Claes Wikstrom committed Oct 18, 2002
1 parent b164904 commit 46ac01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yaws_log.erl
Expand Up @@ -298,7 +298,7 @@ fmt_alog(Time, Ip, Req, Status, Length) ->

fmtnow() ->
{{Year, Month, Date}, {Hour, Min, Sec}} = calendar:universal_time(),
io_lib:format("[~w/~s/~w:~w:~w:~w GMT]",
io_lib:format("[~w/~s/~w:~2..0w:~2..0w:~2..0w GMT]",
[Date,yaws:month(Month),Year, Hour, Min, Sec]).

zone() ->
Expand Down

0 comments on commit 46ac01a

Please sign in to comment.