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
As I mentioned in the google group, I noticed a change in the timestamp format OUTPUT of the restAPI.
It changed from:
(1) yyyy-mm-ddThh:mm:ss
to
(2) yyyy-mm-dd hh:mm:ss
The tricky thing is that it accepts format (1) for POST, but you receive (2) when GET. It makes doing some different and extra work on maintaining the code.
I screened last commits in PyDal and Py4web but I couldn't find the change.
Hi,
As I mentioned in the google group, I noticed a change in the timestamp format OUTPUT of the restAPI.
It changed from:
(1)
yyyy-mm-ddThh:mm:ss
to
(2)
yyyy-mm-dd hh:mm:ss
The tricky thing is that it accepts format (1) for POST, but you receive (2) when GET. It makes doing some different and extra work on maintaining the code.
I screened last commits in PyDal and Py4web but I couldn't find the change.
https://groups.google.com/g/py4web/c/hyEFF0G92UU
Mamisoa
The text was updated successfully, but these errors were encountered: