Bug #6835 ยป ext_date_rdoc_strftime_Q.patch
| ext/date/date_core.c (Arbeitskopie) | ||
|---|---|---|
|  * | ||
|  *    Seconds since the Unix Epoch: | ||
|  *      %s - Number of seconds since 1970-01-01 00:00:00 UTC. | ||
|  *      %Q - Number of microseconds since 1970-01-01 00:00:00 UTC. | ||
|  *      %Q - Number of milliseconds since 1970-01-01 00:00:00 UTC. | ||
|  * | ||
|  *    Literal string: | ||
|  *      %n - Newline character (\n) | ||
| ... | ... | |
|  * | ||
|  *    Seconds since the Unix Epoch: | ||
|  *      %s - Number of seconds since 1970-01-01 00:00:00 UTC. | ||
|  *      %Q - Number of microseconds since 1970-01-01 00:00:00 UTC. | ||
|  *      %Q - Number of milliseconds since 1970-01-01 00:00:00 UTC. | ||
|  * | ||
|  *    Literal string: | ||
|  *      %n - Newline character (\n) | ||