Brayden Nilson

Results 2 comments of Brayden Nilson

I think this is an issue with how decimal numbers are handled. By default it appears that for decimal numbers the period "." is replaced with a comma "," and...

I made a bandaid fix for those with the same issue: ``` # Splits a '%z' offset string into hours/minutes and adds or subtracts from dates add_utc_offset as.numeric() offset_mins stringr::str_extract("\\d\\d$")...