mirror of
https://github.com/dancojocaru2000/CfrTrainInfoTelegramBot.git
synced 2025-02-23 01:29:40 +02:00
7 lines
91 B
Go
7 lines
91 B
Go
package utils
|
|
|
|
import "time"
|
|
|
|
var (
|
|
Location, _ = time.LoadLocation("Europe/Bucharest")
|
|
)
|