Skip to content
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

date from integer #125

Closed
localhostdotdev opened this issue May 3, 2019 · 0 comments
Closed

date from integer #125

localhostdotdev opened this issue May 3, 2019 · 0 comments
Labels

Comments

@localhostdotdev
Copy link

with the liquid gem:

{{ "now" | date: "%s" | minus : 604800 | date: "%b %d, %Y %I:%M %p -0500" }}
Apr 26, 2019 06:31 PM -0500

with liquidjs:

{{ "now" | date: "%s" | minus : 604800 | date: "%b %d, %Y %I:%M %p -0500" }}')
1556296343

I think parity with the liquid gem is a goal, I'm not sure the extent to which the outputs can differ

harttle added a commit that referenced this issue May 12, 2019
@harttle harttle added the bug label May 12, 2019
harttle pushed a commit that referenced this issue May 12, 2019
## [8.2.2](v8.2.1...v8.2.2) (2019-05-12)

### Bug Fixes

* date from integer, [#125](#125) ([fdf0043](fdf0043))
* pass drops directly to filters/tags ([bef2909](bef2909))
@harttle harttle closed this as completed May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants