Skip to content

innotechdevops/timex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timex

Time helper for Golang.

Install

go get github.com/innotechdevops/timex

How to use

  • Parse by date ISO
datetime, _ := timex.ParseBy("2023-12-03T13:51:06.474Z", timex.DateTimeFormatISO)
  • Parse by GMT7
date, _ := timex.ParseByGMT7(datetime, timex.TimeFormatDash1)

About

Time helper for Golang.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages