We plan to upgrade our application from ASPNET ZERO to ABP Commercial Pro.
On this link https://docs.abp.io/en/commercial/latest/aspnet-zero-vs-abp-commercial, it says Time zone selection is not available in ABP Commercial.
Could you explain a bit more on this?
In our multi-tenant application based on ASPNET ZERO, the tenant selects their own time zone, that is important to us.
In ABP Commercial, can different tenant use different time zone, even just controlled through back-end without a user interface?
4 Answer(s)
-
0
hi
In ABP Commercial, can different tenant use different time zone, even just controlled through back-end without a user interface?
There is no such feature in abp commercials now, You have to implement it yourself
-
0
Would you have any suggestion on how to implement this in ABP Commercial, based on your experience in ASPNET ZERO?
-
0
hi
There is a setting for the timezone. You can get it in your UI and display the time based on it.
https://docs.abp.io/en/abp/latest/Timing#timezone-setting
I will also create an issue on abp opensource side to add this setting in the setting management UI.
https://github.com/abpframework/abp/issues/16628
-
0
Thanks, got it.