pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 147 forks source link

Use 0 literal not 00 to represent zero seconds #196

Open EdwardBetts opened 1 year ago

EdwardBetts commented 1 year ago

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