-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ios #189
Comments
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 |
this is date That I pass to moment jalaali =>2019-11-13T07:05:00.000+0000 Error:invalid Jalaali year-100721 |
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?
The text was updated successfully, but these errors were encountered: