Changes seconds to `sec` instead of `s`
s
was too generic. We often use s
as a variable name for other things. To eliminate ambiguity, seconds can now only be referenced using only second
or sec
.
Days have similarly been changed from d
or day
to just day
.