Skip to content

Use 0 literal not 00 to represent zero seconds - #196

Open
EdwardBetts wants to merge 1 commit into
pinax:masterfrom
EdwardBetts:master-1
Open

Use 0 literal not 00 to represent zero seconds#196
EdwardBetts wants to merge 1 commit into
pinax:masterfrom
EdwardBetts:master-1

Conversation

@EdwardBetts

Copy link
Copy Markdown

The literal 00 represents zero in octal. There's no need to express zero seconds in octal, so switch to using the literal 0.

The literal 00 represents zero in octal. There's no need to express zero seconds in octal, so switch to using the literal 0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant