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

◆ FindTimeZoneId()

static string System.TimeZoneInfo.FindTimeZoneId ( byte[] rawData)
inlinestaticprivate

Definition at line 170 of file TimeZoneInfo.cs.

171 {
172 if ("Local" == null)
173 {
174 }
176 if ("Local" == null)
177 {
178 }
179 string text = Path.Combine(Path.Combine(timeZoneDirectory, "localtime"), "posixrules");
180 return timeZoneDirectory;
181 }
class f__AnonymousType0<< Count > j__TPar
static string Combine(string path1, string path2)
Definition Path.cs:41
static string GetTimeZoneDirectory()

References System.IO.Path.Combine(), System.TimeZoneInfo.GetTimeZoneDirectory(), j__TPar, and System.text.