mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-18 05:23:57 +00:00
update dependendencies
This commit is contained in:
@@ -9,7 +9,7 @@ export class TimezoneService {
|
||||
|
||||
constructor() { }
|
||||
|
||||
public getCurrentTimezone() {
|
||||
public getCurrentTimezone() : string | null {
|
||||
return DateTime.now().zoneName
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user