1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-27 06:22:20 +02: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"