The format of "new DateTime.now()" will print following output:
2015-05-20 07:34:43.018
By having only the time as a String in the correct format ("07:34:43.018"
), how do I parse the time to a DateTime object? The usage of the intl package does not support the mentioned format AFAIK.