mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 18:10:49 +09:00
[fix-filter-location-new] fix quickoption location
This commit is contained in:
parent
10e4243bb5
commit
6ba6beb8a8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ var Week = Day * 7
|
|||
|
||||
func NewCalendar(t time.Time, loc *time.Location) Calendar {
|
||||
if loc == nil {
|
||||
loc = time.UTC
|
||||
loc = time.Now().Location()
|
||||
}
|
||||
return Calendar{t:t, loc: loc}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue