Add _time_parse_location option
This change adds _time_parse_location option, allowing clients to select which time location is used for parsing timestamps. Usually this is "Local" (the default) or "UTC", but any location can be set.
Selecting UTC will make zero value time.Time roundtrip perfectly and has better compatibility with github.com/mattn/go-sqlite.
Edited by Filip B