Examples for 'lubridate::dst'


Get *d*aylight *s*avings *t*ime indicator of a date-time

Aliases: dst

Keywords: chron methods utilities

### ** Examples

x <- ymd("2012-03-26")
dst(x)
[1] FALSE

[Package lubridate version 1.8.0 Index]