mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user