Displaying 1 result from an estimated 1 matches for "posixlt0".
Did you mean:
posixlt
2003 Aug 13
0
Enhancement suggestion: POSIXt0
This is a proposal for a simple partial solution to the date
problems in R. It defines new classes, POSIXct0 and POSIXlt0,
which are similar to their non trailing zero counterparts
but have no timezone or daylight time. Internally they look
like GMT times but they have their own methods.
PROBLEM
Problems with POSIX dates appear when you want to
work with daily data or time data and just want naive time
but instead...