weektime
v0.0.0
Published
the number of seconds that have elapsed since the beginning of the week
Downloads
2
Readme
weektime
returns the number of seconds elapsed since the beginning of the week (sunday)
####weektime(unixtime)
- example weektime(1438559291)
, returns 71291
- for a given unixtime int, returns how many seconds elapsed since the beginning of that week
I've been working with lots of time series data recently and rewriting something like weektime
regularly to visualize trends in weekly activity. Figured I should just package it up for real.