SQLite Forum

Feature Request: more flexible timestring parsing
Login
I did something similar, but the extension uses a separate function to set the format string so I don't have to include it explicitly with every invocation of the parse function. I then made the config function an eponymous virtual table so redefining the format is an update to a table rather that a side effect of a function call.