The time zone ID 'Pacific Standard Time' was not found on the local computer

Viewed 42

I have deployed my application on AWS Lambda but while getting time zone i am getting this error

'The time zone ID 'Pacific Standard Time' was not found on the local computer.'

How can i add timezones on lambda.

TimeZoneInfo tzi = TimeZoneInfo.FindSystemTimeZoneById(userModel.TimeZoneListCode);
0 Answers
Related