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