Skip to content

Commit

Permalink
Use ISO 8601 local date/time format for maktaba log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarnett committed May 4, 2017
1 parent 89960fb commit 3b84c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/maktaba/log.vim
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function! s:FormatLogEntry(entry) abort
endtry
return printf('%s %s [%s] %s',
\ l:level_name,
\ strftime('%Y-%m-%d@%H:%M:%S', l:timestamp),
\ strftime('%Y-%m-%dT%H:%M:%S', l:timestamp),
\ l:context,
\ l:message)
endfunction
Expand Down

0 comments on commit 3b84c2d

Please sign in to comment.