aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2015-03-05 01:19:33 +0900
committermattn <mattn.jp@gmail.com>2015-03-05 01:19:33 +0900
commit1b2a5560c2127947f8f4d49087320e0629031714 (patch)
tree2fbc24af98ec08b9e5c589f841f74af2e2114abc
parentFixed bug for loc parameter (diff)
downloadgolite-1b2a5560c2127947f8f4d49087320e0629031714.tar.gz
golite-1b2a5560c2127947f8f4d49087320e0629031714.tar.xz
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d04745..1433fe5 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,10 @@ FAQ
> See: https://github.com/mattn/go-sqlite3/issues/106
> See also: http://www.limitlessfx.com/cross-compile-golang-app-for-windows-from-linux.html
+* Want to get time.Time with current locale
+
+ Use `loc=auto` in SQLite3 filename schema like `file:foo.db?loc=auto`.
+
License
-------