Test code:
DateTime dt = DateTime.UtcNow;
Console.WriteLine(dt.Ticks.ToString());
Result in Elements Echos C#
636770162646829724
Results in Island WebAssembly C#
-9223372036854775808
Test code:
DateTime dt = DateTime.UtcNow;
Console.WriteLine(dt.Ticks.ToString());
Result in Elements Echos C#
636770162646829724
Results in Island WebAssembly C#
-9223372036854775808
Thanks, logged as bugs://81362
bugs://81362 got closed with status cannotrepro.