GithubHelp home page GithubHelp logo

isabella232 / quiver_time Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googlearchive/quiver_time

0.0 0.0 0.0 554 KB

Utilities for working with time

License: Apache License 2.0

Dart 93.87% Shell 6.13%

quiver_time's Introduction

DEPRECATED

See https://pub.dev/packages/quiver instead!

Quiver Time

Utilities for working with time.

Build Status Coverage Status

Documentation

API Docs

Clock provides points in time relative to the current point in time, for example: now, 2 days ago, 4 weeks from now, etc. For tesability, use Clock rather than other ways of accessing time, like new DateTime(), so that you can use a fake time function in your tests to control time.

aMicrosecond, aMillisecond, aSecond, aMinute, anHour, aDay, and aWeek are unit duration constants to allow writing for example:

  • aDay vs. const Duration(days: 1)
  • aSecond * 30 vs. const Duration(seconds: 30)

quiver_time's People

Contributors

cbracken avatar justinfagnani avatar yjbanov avatar seaneagan avatar jtmcdole avatar davidmorgan avatar a14n avatar kevmoo avatar sethladd avatar blackhc avatar vicb avatar codelogic avatar tonio-ramirez avatar jacob314 avatar fniemann avatar adambender avatar azenla avatar matanlurey avatar fox32 avatar saxenasaurabh avatar sigmundch avatar sunglim avatar danielwhiteuk avatar zoechigist avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.