Resolving SQLite strftime Format Discrepancies and Feature Requests for AM/PM, 12-Hour Clocks, and ISO Week Numbers
Inconsistent AM/PM Formatting and Missing 12-Hour Clock/ISO Week Support in SQLite’s strftime Function Issue Overview: Conflicting Implementations of %p/%P Modifiers and Absence of Standardized 12-Hour Time/ISO Week Formats The core issue revolves around three interrelated problems with SQLite’s implementation of the strftime function: Case Sensitivity Inconsistencies with %p and %P Modifiers The %p format specifier…