Timezone in .NET Core has a different Id that that of Google Analytics. For example, in .NET Core it is
Central Europe Standard Time
and in Google Analytics it is
Europe/Prague
Is there a way how to convert from one to another? What could a solution for the conversion look like?