Skip to content
Prev 361607 / 398506 Next

Reading and converting time data via read.table

It is difficult to separate time from data in real life as well.  The most
common problem is when your time zone switches between 'daylight
savings' ('summer') and 'standard' ('winter') each spring and fall.

You can attach your time to a fake date and arrange to only print the
time portion, but since you have a date, use it.




Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Wed, Jun 8, 2016 at 10:40 PM, Ek Esawi <esawiek at gmail.com> wrote: