fix: DatePicker by passing in Timezone to API (#2770)

* Fix DatePicker by passing in Timezone to API

* Add some clarity
This commit is contained in:
Noah Alderton
2024-01-16 02:02:09 -08:00
committed by GitHub
parent 5bcbbd4c52
commit 24bb3e096a
6 changed files with 150 additions and 124 deletions

View File

@@ -236,6 +236,11 @@ message GetUserMemosStatsRequest {
// name is the name of the user to get stats for.
// Format: users/{username}
string name = 1;
// timezone location
// Format: uses tz identifier
// https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
string timezone = 2;
}
message GetUserMemosStatsResponse {