shide 0.2.1
-
Default formatting for
jdatetimeobjects is changed to conform to default R behavior. -
jdateandjdatetimevectors are printed more nicely in tibbles. -
Rounding family of functions (
sh_floor(),sh_ceiling()andsh_round()) now accept
multi-unit values forunitargument. -
jdatetime()andjdatetime_make()now support ambiguous time resolution strategies
viaambiguousargument (ambiguous times occur during a repeated interval when the clock
is adjusted backwards during the transition from DST to standard time). -
Fixed a bug regarding casting of
jdatetimetojdate(#4).