walltime-js
Version:
A javascript library for easily translating a UTC time to a "Wall Time" for a particular time zone and back.
9 lines (7 loc) • 466 B
Markdown
Walltime-js Contributions
=
Contributions are welcome, thanks for taking the time to help out with the project. Here are some general guidelines about what is expected of new code.
- White space is free, apply liberally throughout your code.
- Comments are always a plus, but not explicitly required for simple code.
- Unit tests keep everyone sane, so try to write some to cover your new code.
- Make sure all the existing unit tests pass by running `grunt test`