Skip to content

Instantly share code, notes, and snippets.

View kubode's full-sized avatar
🤔

Masatoshi Kubode kubode

🤔
View GitHub Profile
@oscarmorrison
oscarmorrison / IFTTTDate.md
Last active February 23, 2026 11:22
Make IFTTT Date Format play nice with Google Spreadsheets

##Date and Time

=TIMEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " ")) + DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))

##Date

=DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))

##Time

@Gab-km
Gab-km / github-flow.ja.md
Last active June 11, 2026 16:37 — forked from juno/github-flow.ja.md
GitHub Flow (Japanese translation)