Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Active tasks: #75

Closed

Conversation

deathbearbrown
Copy link
Member

Polling interval, Sort in table. filter by type.

},
getStartedOn: function(){
format = d3.time.format("%b. %e at %H:%M%p");
return format(new Date(this.get("started_on")));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The date sent is a unix timestamp. To get the correct time you have to multiply by 1000. See https://stackoverflow.com/questions/847185/convert-a-unix-timestamp-to-time-in-javascript, Otherwise it shows it as a time in 1970.

Polling interval, Sort in table. filter by type
… polling variables into object literal, moved some messaging out of the view and into the template.
Fixed Polling variable names
cararemixed pushed a commit to cararemixed/couchdb that referenced this pull request Feb 5, 2014
Use interface instead of direct #group access, prepare to not send #groups between nodes

BugzID: 13487
cararemixed pushed a commit to cararemixed/couchdb that referenced this pull request Dec 9, 2014
By default, only allow mocking of existing modules and functions
lag-linaro pushed a commit to lag-linaro/couchdb that referenced this pull request Oct 25, 2018
Support for QuickCheck Mini
jaydoane pushed a commit that referenced this pull request Dec 25, 2020
added extra -vm_args to CONFIG_ARGS for easy access by erlang vm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants