i'm having a list. which is having notify time
but when i'm getting the same item in the flow it is showing wrong notify time
why i'm getting like this

i'm having a list. which is having notify time
but when i'm getting the same item in the flow it is showing wrong notify time
why i'm getting like this
It is more than likely a timezone issue. Date/Times are stored in SharePoint using UTC (Coordinated Universal Time)/GMT. You have a couple of options to return the time in your desired Timezone:
you can use the Convert Time Zone action block, pass in the data from sharepoint selecting UTC+0 as the source TimeZone and select the desired Timezone you would like it converted to:
You can manually change the displayed time by using the addHours() expression:
I hope this helps!
thanks,
Kyle