After you've solved the format inconsistency issues, per Peter's advice, you
will need to understand that R internally converts and stores the timedate
values in UTC. Therefore, it is absolutely essential to give it the correct
timezone specification on input.
The user does not "convert to UTC
> On 4 Jun 2018, at 10:45 , Christofer Bogaso
> wrote:
>
> Hi,
>
> I have an automatic data feed and I obtained a Date vector in the following
> format:
>
>> Date
> [1] "03 Jun 2018 10:01 am CT""01 Jun 2018 22:04:25 pm CT"
>
> I now like to convert it to UTC time-zone
>
> Is there any
Hi,
I have an automatic data feed and I obtained a Date vector in the following
format:
> Date
[1] "03 Jun 2018 10:01 am CT""01 Jun 2018 22:04:25 pm CT"
I now like to convert it to UTC time-zone
Is there any easy way to convert them so, particularly since 1st element
doesnt have any Second
3 matches
Mail list logo