-
Notifications
You must be signed in to change notification settings - Fork 559
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perlfunc/localtime: field ranges, use of strftime()
- move description of default argument to the top of the section - be more explicit about the inconsistent ranges used by $mday (1-based) and $mon (0-based) - give strftime examples first (for getting a full timestamp or just the year), as opposed to manual arithmetic and sprintf - consistently indent all code blocks by 4 spaces
- Loading branch information
Showing
1 changed file
with
40 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters