Lines Matching full:time
33 - [Time](#time)
34 - [Time and Date Stamps](#time-and-date-stamps)
132 ### Time subsection
140 | `%p` | UPPER-CASE '`AM`' or '`PM`' based on the given time | Example:…
141 | `%P` | lower-case '`am`' or '`pm`' based on the given time | Example:…
146 | `%X` | Preferred time representation based on locale, without the date | Example:…
147 | `%z` | The time zone offset | Example:…
148 | `%Z` | The time zone abbreviation | Example:…
151 ### Time and Date Stamps
154 | `%c` | Preferred date and time stamp based on locale | Example: `Tue Feb 5 00…
157 | `%s` | Unix Epoch Time timestamp (same as the `time()` function) | Example: `305815200` f…
158 | `%x` | Preferred date representation based on locale, without the time | Example: `02/05/09` fo…