It looks like the timeInput() object returns a POSIXlt object even when set with a POSIXct object. Is this intentional? I ask because the listish POSIXlt object is harder to work with in data frames and tibbles than the atomic POSIXct and, in my case, resulted in a hard-to-pin-down bug. (Of course, that may just be my lack of familiarity with date-time objects...)
It looks like the
timeInput()object returns aPOSIXltobject even when set with aPOSIXctobject. Is this intentional? I ask because thelistishPOSIXltobject is harder to work with in data frames and tibbles than the atomicPOSIXctand, in my case, resulted in a hard-to-pin-down bug. (Of course, that may just be my lack of familiarity with date-time objects...)