java - How to convert a LocalDate to an Instant? -


I work with Java 8's new datetime API.

An instant on a local date? Me

  local date date = local date (2012, 2, 2) with an exception; Instant instant = instant. (Date);   

And I do not understand why.

In order for you to immediately convert it, you should have a local datetime example, for example: < / P>

  LocalDate.now (). AtStartOfDay () ToInstant (ZoneOffset.UTC)    

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -