Ultimate Golang Time Formatting Guide

Arindam Roy
4 min readJun 18, 2020
Photo by Djim Loic on Unsplash

Golang’s native libraries provide an immense amount of functionality that can be leveraged to deal with time in its various formats, extract detailed information from it and manage it effectively in your codebase. Let us take a look at them.

Time Initialization

All common use cases related to formatting and using time values are available natively in the time

--

--

Arindam Roy

Product @hyperverge. I write about a lot of things, mostly tech.