aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/autoload/html/timestamp.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/autoload/html/timestamp.vim b/vim/autoload/html/timestamp.vim
index ad79ad23..ce814c94 100644
--- a/vim/autoload/html/timestamp.vim
+++ b/vim/autoload/html/timestamp.vim
@@ -1,7 +1,7 @@
" Keys and date formats for return value of s:Timestamp()
let s:formats = {
\ 'human': '%a, %d %b %Y %T %Z',
- \ 'machine': '%Y-%m-%dT%H:%M:%S.000Z',
+ \ 'machine': '%Y-%m-%dT%H:%M:%SZ',
\}
" Get UTC timestamp string dictionary with layout in s:formats