Skip to content

Instantly share code, notes, and snippets.

View dzhaugasharov's full-sized avatar
🏠
Working from home

Darkhan dzhaugasharov

🏠
Working from home
View GitHub Profile
@dzhaugasharov
dzhaugasharov / chit_sheet.md
Last active April 6, 2020 08:03
Cheat Sheet

Cheat Sheet

PostgreSQL

  • Dates, Times and Timestamps in PostgreSQL * adding/subtracting time
SELECT now()::time - INTERVAL '10 min';
SELECT now() + INTERVAL '10 min';
facebook-webhook on node js