CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
363 stars 62 forks source link

Add Timezone optional parameter for watch #100

Open michaelswells opened 1 year ago

michaelswells commented 1 year ago

It would be great to fix the time to a specific TimeZone, i.e., Eastern Standard Time (UTC-5) regardless of where the client is located or where the application is hosted.

ErtanTaner commented 11 months ago

I could try to change it, which one should ı try? Client timezone or hosted timezone?

ErtanTaner commented 10 months ago

@mckaragoz Mehmet, ı tried to understand codebase and implement the feature but couldn't understand. Sorry, ı think someone should add this.

michaelswells commented 10 months ago

More information: I was envisioning that an attribute is used to indicate which timezone is passed in, e.g., <MudWatch TimeZone="Eastern Standard Time" ... />. If the attribute is missing, then use the current behavior.