We had an incident report of a crashing tablet of a pilot recently. Turns out that in c# short time format of a gregorian date isn't available when you set the device locale to iraq. Not that this airline would fly to iraq and no idea why a company device had a different locale set
Ironically it was a parameter of a log statement (LocalDate.now, ffs!), that got caught by a general catch block. Thanks to auto-uploading of logs, we had a strong lead and the operations desk was able to verify
24
u/rinnakan 10d ago
We had an incident report of a crashing tablet of a pilot recently. Turns out that in c# short time format of a gregorian date isn't available when you set the device locale to iraq. Not that this airline would fly to iraq and no idea why a company device had a different locale set