Skip to content

Instantly share code, notes, and snippets.

@gitmonster
Created May 29, 2015 14:50
Show Gist options
  • Save gitmonster/925e637b7b968d7baacd to your computer and use it in GitHub Desktop.
Save gitmonster/925e637b7b968d7baacd to your computer and use it in GitHub Desktop.
function transformToJsTimestamp(ts) {
return ts * 1000;
}
// later
nga.field('create_time', 'datetime').map(transformToJsTimestamp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment