You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2022. It is now read-only.
s = s.login(ep['username'], ep['password'], ep['secret_key'])
d = s.queryAll("select CREATEDDATE, LASTMODIFIEDDATE from opportunity where
id='id'")
What is the expected output? What do you see instead?
I expected the dates to be in UTC all the time. However there is no tzinfo set
on them and they appear to be detecting the client timezone somehow. This is
making it impossible to write a client that needs to work on multiple
timezones.
What version of the product are you using? On what operating system?
I tried both mac and Ubuntu.
Please provide any additional information below.
Any place to look for specifically, I can try and create a patch for this.
Original issue reported on code.google.com by eswar.va...@gmail.com on 9 Oct 2013 at 7:19