Skip to content
Snippets Groups Projects
Commit 5f593b88 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix small negative UTC-offset output from smb_zonestr()

When passed values between (-1 and -59), this function would output something
nonsensical like: "UTC0:01" or "UTC0:59". Now we'll make sure there's a minus
sign in these conditions (e.g. "UTC-0:01" and "UTC-0:59").
parent cb710acf
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment