Hi
when I try to use this functions,
I’m getting the following errors:
DateTime::__construct(): Failed to parse time string
Any Idea for use, diferents time zones in my server
Regards
Hi
when I try to use this functions,
I’m getting the following errors:
DateTime::__construct(): Failed to parse time string
Any Idea for use, diferents time zones in my server
Regards
How are you making the calls?
In my case I do like this on the client:
body: {
id: 12,
some_param: 'foo',
table: 'my_table',
updated_at: {
expression: 'NOW()'
}
}
body:{
“ReMovil”: “1333016117”,
“ReDateTime”: “2016-06-02 05:02:07”,
“ReServerDateTime”: {
“expression”: “now()”
},
“ReVelocidad”: “0”}
Thanks kimpatro
works fine