bootstrap-ui-datetime-picker
bootstrap-ui-datetime-picker copied to clipboard
Difference hour in datetime picker
Hi, When i select this datetime: '2016-07-21 14:30' in the model shows: '2016-07-21T19:30:00.000Z' it shows a difference to 5 hours, I'm from colombia. Thank you.
Have u set the timezone?
On 21 Jul 2016 20:37, "Jaime Castrillon" [email protected] wrote:
Hi, When i select this datetime: '2016-07-21 14:30' in the model shows: '2016-07-21T19:30:00.000Z' it shows a difference to 5 hours, I'm from colombia. Thank you.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Gillardo/bootstrap-ui-datetime-picker/issues/139, or mute the thread https://github.com/notifications/unsubscribe-auth/AHEDLTtu5gISls_H-imv5KzPkQHRC7N4ks5qX8pwgaJpZM4JSJEI .
I use: i18n/angular-locale_es-co
Hi, I have the same issue, when I use the datetime picker on each action. ex : when I change something on my article or any object, the date is increased (+ 4h, Current local time, Montreal). I save my changes at 2016-07-18 00:00:00 --> I see 2016-07-18T08:00:00.000Z on the PUT call. Is there any solution or config in ng-admin to fix this issue ? Thank's