Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

The fromMicrosecondsSinceEpoch function of DateTime class is not working properly #49

Closed
disburden opened this issue May 29, 2018 · 1 comment

Comments

@disburden
Copy link

  DateTime dd = new DateTime.fromMicrosecondsSinceEpoch(1527310817);
  print("date:$dd");

No matter how the parameters change, the displayed results are always the same
flutter: date:1970-01-01 08:25:17.310817
flutter: date:1970-01-01 08:25:17.310817

(dart 2.0)

@floitschG
Copy link
Contributor

This issue was moved to dart-lang/sdk#33262

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants