terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ AdjustTime_Reverse()

static DateTime Ionic.Zip.SharedUtilities.AdjustTime_Reverse ( DateTime time)
inlinestaticpackage

Definition at line 169 of file SharedUtilities.cs.

170 {
171 if (!true)
172 {
173 }
174 bool flag = DateTime.Now.IsDaylightSavingTime();
175 if (!true)
176 {
177 }
179 if (!true)
180 {
181 }
182 return 1;
183 }
class f__AnonymousType0<< Count > j__TPar
static DateTime Now
Definition DateTime.cs:530
bool IsDaylightSavingTime()
Definition DateTime.cs:383

References System.DateTime.IsDaylightSavingTime(), j__TPar, and System.DateTime.Now.

Referenced by Ionic.Zip.ZipEntry._SetTimes().