mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
Run jobs in local timezone (#808)
* Run jobs in local timezone * Run jobs in local timezone
This commit is contained in:
@ -32,7 +32,7 @@ namespace Bit.Admin.Jobs
|
||||
TimeZoneInfo.FindSystemTimeZoneById("America/New_York");
|
||||
if (_globalSettings.SelfHosted)
|
||||
{
|
||||
timeZone = TimeZoneInfo.Utc;
|
||||
timeZone = TimeZoneInfo.Local;
|
||||
}
|
||||
|
||||
var everyTopOfTheHourTrigger = TriggerBuilder.Create()
|
||||
|
Reference in New Issue
Block a user