Skip to content

stringx_0.2.1

Compare
Choose a tag to compare
@gagolews gagolews released this 29 Aug 00:58
· 39 commits to master since this release

0.2.1 (2021-08-27)

  • [BACKWARD INCOMPATIBILITY, BUGFIX] #7: Dates without times are now always
    treated as being at midnight in the local (default) time zone.

  • [BACKWARD INCOMPATIBILITY] Date-time functions now yield objects
    of class POSIXxt, which extend upon POSIXct (and allow for custom
    formatting etc.).

  • [BACKWARD INCOMPATIBILITY, BUGFIX] #7: strftime uses the tzone attribute
    by default.

  • [NEW FEATURE] Added functions: as.POSIXxt, is.POSIXxt,
    Sys.time, ISOdatetime, ISOdate, Ops.POSIXxt,
    c.POSIXxt, rep.POSIXxt, seq.POSIXxt.