metonym / svelte-time

Svelte component and action to format a timestamp using day.js
https://metonym.github.io/svelte-time
MIT License
137 stars 8 forks source link

Different with the actual data #25

Open sciefylab opened 2 years ago

sciefylab commented 2 years ago

Why its Different from the actual data? how to fix it? the screen like bellow:

{#if item.PreparedAt} 
    Show: <Time relative={false} timestamp="{item.PreparedAt}" format="YYYY-MM-DDTHH:mm:ssZ[Z]" />
   Actual: {item.PreparedAt}
 {/if}

image