Skip to content

Commit

Permalink
Api: settings. Olson timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbannov committed Dec 13, 2023
1 parent 8491a7f commit fbf12d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ASC.Web.Api/Api/Settings/SettingsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public async Task<List<TimezonesRequestsDto>> GetTimeZonesAsyncAsync()
{
listOfTimezones.Add(new TimezonesRequestsDto
{
Id = tz.Id,
Id = _timeZoneConverter.WindowsTzId2OlsonTzId(tz.Id),
DisplayName = _timeZoneConverter.GetTimeZoneDisplayName(tz)
});
}
Expand Down

0 comments on commit fbf12d5

Please sign in to comment.