time

Time

November 19, 2018

So, much ado about date and time stampings. The format for dates in Hugo by default is: date: 2018-11-19T10:27:05-05:00 This date format appears to be a version from RFC 3339, section 5.8. To generate the time on a BSD machine in this format, you’ll need to generate a custom format string for the date option. This will mean perusing strftime(3) once again, unless you can remember all those little conversion specs. ... Read more …

Tags: time hugo