1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

fix datetime autofeatures

This commit is contained in:
Peter Stephenson 2011-08-11 19:43:46 +00:00
parent 548c4562fe
commit 515554acbc

View file

@ -4,6 +4,6 @@ link=either
load=no
functions='Functions/Calendar/*'
autofeatures="b:strftime p:EPOCHSECONDS"
autofeatures="b:strftime p:EPOCHSECONDS p:EPOCHREALTIME p:epochtime"
objects="datetime.o"