Beef icon indicating copy to clipboard operation
Beef copied to clipboard

"GetLocalTimeZoneFromTzFile" is not implemented

Open disarray2077 opened this issue 4 years ago • 0 comments

The function GetLocalTimeZoneFromTzFile that is defined in TimeZoneInfo.bf is not implemented (and issues a FatalError because of that), this causes, for example, the following code to not work on Linux.

String rfc1123Date = DateTime.Now.ToUniversalTime().ToString(.. scope .(), "R");

disarray2077 avatar Jun 19 '21 15:06 disarray2077