Skip to content

Instantly share code, notes, and snippets.

View blixenkrone's full-sized avatar
💭
💃

Simon Blixenkrone blixenkrone

💭
💃
View GitHub Profile

Keybase proof

I hereby claim:

  • I am blixenkrone on github.
  • I am blixenkrone (https://keybase.io/blixenkrone) on keybase.
  • I have a public key ASC0fBJL33gsJTA7-v6fMaW76dcJXqBcISlap9094pYYQwo

To claim this, I am signing this object:

@blixenkrone
blixenkrone / main.go
Created August 24, 2020 12:25 — forked from alexmcroberts/main.go
Golang unmarshal JSON epoch in milliseconds from string to time.Time
package main
import (
"encoding/json"
"fmt"
"strconv"
"strings"
"time"
)
@blixenkrone
blixenkrone / time.go
Created July 22, 2020 11:42
Formatting, Marshalling and DB storing of a custom time stamp in Go
package storage
/**
* ! DEPRECATED - dont use!
*/
import (
"database/sql/driver"
"errors"
"fmt"