1. 07 May, 2014 1 commit
  2. 06 May, 2014 1 commit
    • Nika Jones's avatar
      Fixes #1092, Adds a format option to the {{isotime}} variable. · cd29c8d5
      Nika Jones authored
      Now using the golang magic date: Mon Jan 2 15:04:05 -0700 MST 2006
      One can format the time like:
      
          {{isotime "2006-01-02"}} == "YYYY-MM-DD"
          {{isotime "060102-15"}}  == "YYMMDD-HH" (24-hour clock)
          {{isotime "060102-3"}}   == "YYMMDD-H"  (12-hour clock)
      
      Using {{isotime}} as a standalone variable doesn't change. It still returns RFC3339 formatted time.
      cd29c8d5
  3. 05 May, 2014 4 commits
  4. 04 May, 2014 9 commits
  5. 03 May, 2014 4 commits
  6. 02 May, 2014 11 commits
  7. 01 May, 2014 10 commits