Closed Wesseldr closed 2 years ago
Ah that is annoying, supporting hms would be nice indeed. It seemed like an easy fix, but unfortunately on my first attempt the timezone problems return (#11). So I need to write some more unit tests over the weekend ;)
I think I fixed it, can you try with remotes::install_github("burgerga/shinyTime")
?
(bonus: character input)
YES! Works like a charm :-) Both hms and the bonus character input :-)
Issue can be closed is resolved in: 1.0.2.9000
Thnx! for the "mega snelle fix ;-)"
No problem, will try to send it to CRAN asap :)
1.0.3 accepted by CRAN, should be available in the coming hours ;)
Hi,
Just a little breaking change I ran into between version 1.0.1 and 1.0.2, sticking to the examples probably would help in the first place ;-)
Working in version 1.0.1
In version 1.0.2 if fails with an error: "Error in roundTime: "POSIXt" %in% class(time) is not TRUE"
From version 1.0.2+ the use of as_hms seems to stop working and is best to use the strptime("9:00:00", "%T") function.
New structure that works again, not using the as_hms any more and use strptime