We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure if I am using this properly, but the following code does not seem to generate different results no matter if UTC() or localTime() is used:
later.date.localTime(); //later.date.UTC(); const r = later.parse.text(something);
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
localTime() has no effects while using later.parse.text()?
Not sure if I am using this properly, but the following code does not seem to generate different results no matter if UTC() or localTime() is used:
What am I doing wrong?
Checklist
The text was updated successfully, but these errors were encountered: