parent nodes: Wiki export

Xml Format

Back
When exporting into XML each wiki word will include its created and modified time. This time stamp has the following format: The numbers correspond to these fields:
  1. tm_year (for example, 1993)
  2. tm_mon range [1,12]
  3. tm_mday range [1,31]
  4. tm_hour range [0,23]
  5. tm_min range [0,59]
  6. tm_sec range [0,61]; see (1) in strftime() description
  7. tm_wday range [0,6], Monday is 0
  8. tm_yday range [1,366]
  9. tm_isdst Is daylight savings. 0, 1 or -1;

previous: Back
parents:  Wiki export
[help.status: done]