Sorting of the subpages by date **AND** time

Tried following the instructions here, but I also cannot get it to work. My blueprint is like this:

title: Blog
pages: 
  template:
    - article
  num: date desc time desc
  format: YmdHi
  sort: flip
  • The format option seems to be ignored - page numbering defaults to numeric.
  • I cannot understand what it’s trying to do with the sorting - it’s all over the place.

Reverted to:

title: Blog
pages: 
  template:
    - article
  num: date
  format: YmdHi
  sort: flip
  • the Hi part of the format are ignored, and pages are listed by Ymd, then alphabetical under the same day.