Last active 1728394879

nithir's Avatar nithir revised this gist 1728394879. Go to revision

No changes

nithir's Avatar nithir revised this gist 1728394839. Go to revision

1 file changed, 4 insertions

sqlite_date.sqlite(file created)

@@ -0,0 +1,4 @@
1 + # date
2 + #extraction année/mois d'un timestamp en chaine de caractère.
3 +
4 + strftime('%Y/%m',datetime('1669883235.32873', 'unixepoch', 'localtime'))
Newer Older