-
Notifications
You must be signed in to change notification settings - Fork 96
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
Parsing today in unix format works fine but not with other dates #309
Comments
@sushmar-sportsbet sure will take a look |
Hello @msangel any update on this one? We need this feature for our current development work. Thanks |
I can have a look at this @sushmar-sportsbet |
@sushmar-sportsbet the issue was not that |
I have draft for much better solution but have no time to finish it. And this one is good and will work. |
Released as |
When are you planning to release the version 0.9.1.2? |
@sushmar-sportsbet |
Hi, I'm having an issue while parsing the following input in Template to render.
{% assign today = 'now' | date: '%s' %}. → gives parsing outcome as → 1726121266// correct output
{% assign mar_1st = '1 Mar' | date: '%s' %} -> gives parsing outcome as → 1 Mar //incorrect output expecting unix format
@bkiers @msangel Will you please review this one?
The text was updated successfully, but these errors were encountered: