date_time

This keyword allows you to enter the parsing/formatting string to be used when %c is encountered. The "C" locale has:

  date_time = "%A %B %d %T %Y"
  

The date_time string must not contain %c, else an infinite recursion will occur.