Re: [go-nuts] convert a given time in one Timezone to other TimeZone

2016-08-11 Thread laxman . ece
Apologize if my question was confusing. My question was to get the equivalent time to a given time in other time zones. Thanks Axel. Your code snippet helped in what i was solving to an extent. On Wednesday, August 10, 2016 at 10:54:50 PM UTC+5:30, Axel Wagner wrote: > > https://play.golang.org

Re: [go-nuts] convert a given time in one Timezone to other TimeZone

2016-08-10 Thread 'Axel Wagner' via golang-nuts
https://play.golang.org/p/l_bu62zuLm On Wed, Aug 10, 2016 at 6:55 PM, Matthew Zimmerman wrote: > I don't understand your question, but maybe this helps? > > https://github.com/mzimmerman/tt > > On Wed, Aug 10, 2016 at 9:50 AM wrote: > >> I was trying to find the solution to get a given time in

Re: [go-nuts] convert a given time in one Timezone to other TimeZone

2016-08-10 Thread Matthew Zimmerman
I don't understand your question, but maybe this helps? https://github.com/mzimmerman/tt On Wed, Aug 10, 2016 at 9:50 AM wrote: > I was trying to find the solution to get a given time in timezone1 using > the time in timezone2. > > Have solution to get the time in other timezone for current tim

[go-nuts] convert a given time in one Timezone to other TimeZone

2016-08-10 Thread laxman . ece
I was trying to find the solution to get a given time in timezone1 using the time in timezone2. Have solution to get the time in other timezone for current time but did not found a way to get time for a given time. Thanks L V -- You received this message because you are subscribed to the Goo