Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

1 items on 08 Aug 2013
Go Rust

Using Time, Timezones and Location in Go

I ran into a problem today. I was building code to consume NOAA’s tide station XML document and quickly realized I was in trouble. Here is a small piece of that XML document: <timezone>LST/LDT</timezone> <item>…

Source: Ardan Labs Blog