Re: iso 8601 to utc with timezone conversion

2016-09-25 Thread Manish R
Sep 23, 2016 at 1:24 PM, Manish R <linuxtricksfordev...@gmail.com> wrote: > Yes Sekine I am talking about AWS ELB logs in Mumbai region. Let me try > implementing what Andres suggested and I also in a verge of implementing > some other solution as well. I will let you all know once

Re: iso 8601 to utc with timezone conversion

2016-09-23 Thread Manish R
ES256-SHA256 > TLSv1.2 > > As you can see, the timestamp is ISO8601 compliant, and does specify Z, so as > Andres explained, this is a UTC time. > > > Regards > > Sekine > > > 2016-09-23 5:48 GMT+02:00 Manish R <linuxtricksfordev...@gmail.com>: > >>

Re: iso 8601 to utc with timezone conversion

2016-09-22 Thread Manish R
t; Andres Koitmäe > > On 22 September 2016 at 20:05, Manish R <linuxtricksfordev...@gmail.com> > wrote: > >> Hi Guys, >> >> There is a scenario here that I am trying to implement >> >> I have a table say table1 which contains aid and request_date in ISO

iso 8601 to utc with timezone conversion

2016-09-22 Thread Manish R
Hi Guys, There is a scenario here that I am trying to implement I have a table say table1 which contains aid and request_date in ISO 8601 format. I have one more table say table2 which contains aid and timezone details. Now I want to convert request_date from table1 to UTC and apply the timezone