GitHub user vdloo opened a pull request: https://github.com/apache/libcloud/pull/697
ex_creation_time method for ec2 and digitalocean ec2 nodes keep the created time string in 'launch_time' and digital ocean nodes keep it in 'created_at'. ex_get_creation_time is a method that takes a node as the argument returns the created time string You can merge this pull request into a Git repository by running: $ git pull https://github.com/vdloo/libcloud add-ex-method-for-creation-date Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/697.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #697 ---- commit 12da19f1a9153b557cfd191a02f385c5534fcfd4 Author: Rick van de Loo <rickvande...@gmail.com> Date: 2016-02-09T21:40:24Z ex_creation_time method for ec2 and digitalocean ec2 keeps the created time string in 'launch_time' and digital ocean keeps it in 'created_at' ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---