mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 02:51:01 +02:00
fix datetime autofeatures
This commit is contained in:
parent
548c4562fe
commit
515554acbc
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ link=either
|
||||||
load=no
|
load=no
|
||||||
|
|
||||||
functions='Functions/Calendar/*'
|
functions='Functions/Calendar/*'
|
||||||
autofeatures="b:strftime p:EPOCHSECONDS"
|
autofeatures="b:strftime p:EPOCHSECONDS p:EPOCHREALTIME p:epochtime"
|
||||||
|
|
||||||
objects="datetime.o"
|
objects="datetime.o"
|
||||||
|
|
Loading…
Reference in a new issue