aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/html/timestamp.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/autoload/html/timestamp.vim')
-rw-r--r--vim/autoload/html/timestamp.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/autoload/html/timestamp.vim b/vim/autoload/html/timestamp.vim
index ad79ad23..9de19aa0 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
@@ -34,7 +34,7 @@ function! s:Timestamp(time) abort
endfunction
" Define timestamp prefix string
-let s:prefix = 'Last updated: '
+let s:prefix = '<strong>Last updated:</strong> '
" Define pattern to match date timestamps; no ZALGO, please
let s:pattern = '\m\C'