datediff(date1, date2, "s") is broken

Things you’d like to miss in the future...
Post Reply
drewkeller
Posts: 33
Joined: 01 Nov 2008 05:29

datediff(date1, date2, "s") is broken

Post by drewkeller »

Seems that the new sub-seconds features have broken datediff with the "s" argument. The help still indicates that "s" should be available.

A script using "s" as an argument stops execution with an error: No such argument: s.

If I change the argument to "ms", it works.

admin
Site Admin
Posts: 60560
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: datediff(date1, date2, "s") is broken

Post by admin »

OH, wow. "m", "d", "h", "n", "s" were all broken. Thanks!

drewkeller
Posts: 33
Joined: 01 Nov 2008 05:29

Re: datediff(date1, date2, "s") is broken

Post by drewkeller »

Thanks for the fix.

Post Reply