Similar inconsistency with locale usage - using Locale.ROOT for parsing but Locale.getDefault() for output formatting. Consider standardizing the locale approach.
val inputFormat = SimpleDateFormat("yyyy-MM-dd HH:mm:ss", Locale.getDefault())
Originally posted by @Copilot in #46 (comment)