This commit is contained in:
2
util.cs
2
util.cs
@@ -17,7 +17,7 @@ namespace raven_integration
|
||||
//or the tests that cross dst / pst boundaries will fail
|
||||
//See servers spec doc core-locale-currency-numbers-time-and-dates.txt for details
|
||||
//#######################################################################################################
|
||||
double TIME_ZONE_ADJUSTMENT = -8;// <---=== SET THIS TO SAME AS GENERATED DATA OFFSET AT SERVER
|
||||
double TIME_ZONE_ADJUSTMENT = -7;// <---=== SET THIS TO SAME AS GENERATED DATA OFFSET AT SERVER
|
||||
//#######################################################################################################
|
||||
|
||||
return DateTime.SpecifyKind(dtIn.AddHours(((TIME_ZONE_ADJUSTMENT) * -1)), DateTimeKind.Utc);
|
||||
|
||||
Reference in New Issue
Block a user