PHP 8.5.0 Alpha 1 available for testing

Voting

: min(nine, eight)?
(Example: nine)

The Note You're Voting On

Tessa at AuRiseCreative dot com
1 year ago
Since the description and examples don't exactly match for the timezone row, I want to clarify exactly which format each character outputs.

`e` outputs the timezone identifier, e.g. `America/New_York` or `Asia/Gaza`

`O` outputs the difference to UTC in hours, e.g. `-0500` or `+0200`

`P` outputs difference to UTC with a colon between hours and minutes, e.g. `-05:00` or `+02:00`

`T` outputs the timezone abbreviation, e.g. `EST` or `EET`

<< Back to user notes page

To Top