Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Philipp Partosch 46a936d7de added all files to project 2 years ago
..
.github added all files to project 2 years ago
builds added all files to project 2 years ago
data added all files to project 2 years ago
LICENSE added all files to project 2 years ago
README.md added all files to project 2 years ago
changelog.md added all files to project 2 years ago
composer.json added all files to project 2 years ago
index.d.ts added all files to project 2 years ago
index.js added all files to project 2 years ago
moment-timezone-utils.d.ts added all files to project 2 years ago
moment-timezone-utils.js added all files to project 2 years ago
moment-timezone.js added all files to project 2 years ago
package.json added all files to project 2 years ago

README.md

Moment Timezone

NPM version NPM downloads MIT License Build Status FOSSA Status SemVer compatibility

IANA Time zone support for Moment.js

Project Status

Moment-Timezone is an add-on for Moment.js. Both are considered legacy projects, now in maintenance mode. In most cases, you should choose a different library.

For more details and recommendations, please see Project Status in the Moment docs.

Thank you.

Resources

Examples

var june = moment("2014-06-01T12:00:00Z");
june.tz('America/Los_Angeles').format('ha z'); // 5am PDT
june.tz('America/New_York').format('ha z');    // 8am EDT
june.tz('Asia/Tokyo').format('ha z');          // 9pm JST
june.tz('Australia/Sydney').format('ha z');    // 10pm EST

var dec = moment("2014-12-01T12:00:00Z");
dec.tz('America/Los_Angeles').format('ha z');  // 4am PST
dec.tz('America/New_York').format('ha z');     // 7am EST
dec.tz('Asia/Tokyo').format('ha z');           // 9pm JST
dec.tz('Australia/Sydney').format('ha z');     // 11pm EST

License

Moment-timezone is freely distributable under the terms of the MIT license.

FOSSA Status