Forum Discussion
Joao Livio
Nov 13, 2021Iron Contributor
Migration SPO from SP 2013 date time issues
Hi all, I have a SP 2013 that was migrated to SPO. The problem is the Time Zone is Germany, migration take place in India, and I’m developing in Portugal. So I have some dates 1 day head and ...
Joao Livio
Nov 13, 2021Iron Contributor
I could solve part of the problem using
moment(data).tz('Europe/Berlin').format('DD-MMMM-YYYY')
I'm investigating further,
Thanks for your time spend reading my question