syntheses / commonplace

A self-hosted tumblelog replacement
0 stars 2 forks source link

Time formatting in seconds breaks Jekyll build #33

Open jrubenoff opened 10 years ago

jrubenoff commented 10 years ago

Not sure how to replicate this. Drafted a post, timestamp on the post was formatted as:

date: 2014-06-22 23:06:94

Got an argument out of range error from Jekyll. Changed the 94 to 50 like so, and it compiled fine:

date: 2014-06-22 23:06:50

Weeeeird.

maxmechanic commented 10 years ago

28 has a patch in it that just removes seconds to avoid this issue.