[Maria-developers] MDEV-11829 - Questions on timezones

2017-01-26 Thread Seth Shelnutt
d the timezone computed have an inverse sign? Is there a reason it is offset by 7200 seconds? Perhaps the behavior is different on other platform, that I have not tested. Thank you, Seth Shelnutt ___ Mailing list: https://launchpad.net/~maria-developers Po

[Maria-developers] MDEV-11829 RFC3339 Support

2017-02-02 Thread Seth Shelnutt
ime.c, where we have THD and the timezone class, which can easily handle the conversion. I will start working on this once I receive some feedback on the general direction that would result in an acceptable patchset. [1] https://github.com/MariaDB/server/pull/290 Thank you, Seth She

Re: [Maria-developers] MDEV-11829 RFC3339 Support

2017-02-21 Thread Seth Shelnutt
t; > handle the conversion. > > There is no need to handle time zone outside of my_time.c if > all we want is TIMESTAMP WITH TIME ZONE literals with the standard > conversion behavior. It can be implemented completely inside > str_to_datetime. > > Regards, > Sergei > Chief Ar