epoch
Timestamp converter
Converts Unix timestamps to native Go time types and vice versa for JSON serialization.
Contains primitives for marshaling/unmarshaling Unix timestamp/epoch to/from built-in time.Time type in JSON
14 stars
1 watching
3 forks
Language: Go
last commit: 9 months ago
Linked from 2 awesome lists
datedeserializationepochepoch-timegogolangjsonrestrest-apirest-clientrest-serverrestapirestfulrestful-apirestful-webservicesserializationtimetimestampunix-timestamp
Related projects:
Repository | Description | Stars |
---|---|---|
xhit/go-str2duration | Converts time durations from string format to Go's time.Duration type with support for weeks and days. | 101 |
hako/durafmt | A Go library for parsing and formatting time durations into human-readable strings | 495 |
awoodbeck/strftime | Formatter for converting Go time.Time instances to human-readable strings following the C99 strftime format | 12 |
jonschlinkert/time-stamp | A utility library to format timestamps in various ways. | 111 |
ijt/go-anytime | A Go library for parsing natural and standardized dates/times and ranges without knowing the format in advance. | 23 |
leekchan/timeutil | Extensions to Go's time package for working with durations and formatting dates | 192 |
ptdewey/pendulum-nvim | Tracks time spent coding in Neovim by logging events and generating reports | 66 |
hustcc/timeago-react | A small React component to format dates with time ago statements. | 420 |
nytimes/openapi2proto | Converts OpenAPI specifications to Protobuf v3 schemas and gRPC service definitions | 964 |
cabify/timex | A test-friendly replacement for the time package | 70 |
vutran/twas | A JavaScript function to express time durations relative to the current moment | 250 |
deatil/go-datebin | A date and time parsing library for Go. | 4 |
koffeinflummi/chronyk | A Python library for parsing human-written times and dates into machine-readable formats. | 345 |
liujianping/ts | A tool for converting and comparing timestamps across different formats. | 20 |
rwxrob/dtime | Provides date and time formatting functions with support for common intervals | 5 |