Skip to content

Uses explicit to_s when outputting post dates#129

Merged
parkr merged 1 commit intojekyll:masterfrom
jeffkole:fix-wordpress-post-dates
Mar 16, 2014
Merged

Uses explicit to_s when outputting post dates#129
parkr merged 1 commit intojekyll:masterfrom
jeffkole:fix-wordpress-post-dates

Conversation

@jeffkole
Copy link
Contributor

In Ruby 1.9.3, this results in a binary encoding of the date when output to
YAML, and then when it is read back in, the timezone is referenced correctly.
In the prior version, the timezone was ignored and the date was seen as UTC.

Added in the GMT date explicitly, too.

In Ruby 1.9.3, this results in a binary encoding of the date when output to
YAML, and then when it is read back in, the timezone is referenced correctly.
In the prior version, the timezone was ignored and the date was seen as UTC.

Added in the GMT date explicitly, too.
@parkr
Copy link
Member

parkr commented Feb 21, 2014

👍

@parkr parkr added this to the v0.2.0 milestone Feb 21, 2014
@parkr parkr modified the milestones: v0.1.1, v0.2.0 Feb 21, 2014
@parkr parkr merged commit 5e4bed7 into jekyll:master Mar 16, 2014
parkr added a commit that referenced this pull request Mar 16, 2014
@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants