Open alirezafarahaniii opened 5 years ago
What is it that does not work?
Provide more data and an example.
What is it that does not work?
Provide more data and an example.
for example, displayed time in ios(i mean in my application not phone clock.phone clock is right) is 11:15 but in other platforms is 14:45.it seems +3:30 doesn't work on ios!
@alirezafarahaniii are you sure the string you're passing to moment adheres to ISO 8601?
That means, make sure the offset is provided, if not the append Z
. otherwise some platforms will parse in UTC while others will parse in local timezone:
@alirezafarahaniii are you sure the string you're passing to moment adheres to ISO 8601?
That means, make sure the offset is provided, if not the append
Z
. otherwise, some platforms will parse in UTC while others will parse in local timezone:
this is date That I pass to moment jalaali =>2019-11-13T07:05:00.000+0000
Error:invalid Jalaali year-100721
What is it that does not work?
Provide more data and an example.
this is date That I pass to moment jalaali =>2019-11-13T07:05:00.000+0000
Error:invalid Jalaali year-100721
hi it's working on all platforms except iPhone!! what should I do?