Skip to content

make_datetime creates time in UTC instead of supplied timezone #491

@t-kalinowski

Description

@t-kalinowski

This is different from ISOdateTime

lubridate::make_datetime(2016, 10, 15, 0,0,0 , tz = "America/New_York")
[1] "2016-10-14 20:00:00 EDT"
ISOdatetime(2016, 10, 15, 0,0,0 , tz = "America/New_York")
[1] "2016-10-15 EDT"

from the docs:

make_datetime is a very fast drop-in replacement for base::ISOdate and base::ISOdatetime.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions