node timezone:用于访问Google时区API的Node.js客户端库 源码
节点时区 用于访问Node.js客户端库。 它提供了地球表面位置的时间偏移数据。 请求特定纬度/经度对的时区信息将返回该时区的名称,UTC的时间偏移量和夏令时偏移量。 安装 $ npm install timezoner 用法 var timezoner = require ( 'timezoner' ) ; /* Request timezone with location coordinates */ timezoner . getTimeZone ( 39.6034810 , // Latitude coordinate - 119.6822510 , // Lon
用户评论