hourly billing time?

The hourly billing time is with respect to what time?

Is it the "created" FIELD returned by /linode/instances GET request?

How can I get the current time with respect to that time?

I think Linode should have their own absolute time for payments, a simple integer that marks the second

with a GET request to their servers, get their current time and compare it to the Linode instance creation time easily

and never have to deal with any standard time change

1 Reply

Linode Staff

Hourly billing starts when the Linode is created, so it's with respect to the creation date of the Linode. The "created" field that the API returns is in UTC. To compare it to current time you can directly compare it to current UTC time, or adjust your local time to UTC then compare.

To the best of my knowledge all times displayed by our API will be in UTC. For the Linode Manager, the time is displayed in the time zone set your profile. You can change it by selecting "My Profile" in the upper right corner, once you're logged into the Linode Manager.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct