UNPKG

node-roa-time

Version:

Spain official time provided by 'Real Instituto y Observatorio de la Armada' (ROA)

9 lines (7 loc) 222 B
var roa = require('./lib'); roa.get({ locale: 'es' }, function(err, time){ if( err ) { console.log( err ); return; } console.log( 'Official Spanish time is: ', time.format('YYYY-MM.DD hh:mm:ss Z LLLL') ); });