Skip to content

Commit

Permalink
Fix to Dates.SetUTCOffset for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbecker committed Oct 9, 2016
1 parent ccac7cf commit fc75824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/dates.dyalog
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:EndHold
:Else
:If (ver)'Lin' 'AIX' 'Sol' 'Mac'
_UtcOffset¯60ׯ2{-' '}⎕SH'date -R'
_UtcOffset¯60×.01×⎕SH'date +%z'
:Else
_UtcOffset0 otherwise, assume GMT
:EndIf
Expand Down

0 comments on commit fc75824

Please sign in to comment.