Forum Discussion

Joao Livio's avatar
Joao Livio
Iron Contributor
Nov 13, 2021

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 others 1 behind consuming for on SPO Rest Api. But the dates are correct in the lists.

The source tenant is defined as 12H so as the target.

At this time I’m really confused, so kindly I’m asking for help on this.

Should I open a ticket? Someone had the same issue?

1 Reply

  • Joao Livio's avatar
    Joao Livio
    Iron 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