Menu
×
Home
JvaScript
Node.js
Next.js
Flutter
Swift
NestJS
Python
PyTorch
Sample Data
FastAPI
PostgreSQL
MySQL
MongoDB
Mongoose
SQLAlchemy
Sling
Academy
Dark Mode is ON
Home
/
Golang
/
Working with Date & Time in Go
Working with Date & Time in Go
This series of tutorial teaches you how to handle date and time in Go.
1
How to get the current date and time in Go
2
How to format date and time in Go
3
How to subtract 2 dates in Go
4
How to convert datetime to time ago in Go
5
How to get the current timezone in Go
6
How to convert local time to UTC time and vice versa in Go
7
How to convert time to UNIX timestamp in Go
8
How to convert UNIX timestamp to time in Go
9
Go: How to get a slice of dates between 2 given dates
10
How to calculate leap years in Go (Golang)
11
How to calulate age based on birth date in Go
12
How to parse RFC-3339 / ISO-8601 datetime strings in Go