Skip to content

Instantly share code, notes, and snippets.

View fruts's full-sized avatar

Sergey Tsygankov fruts

View GitHub Profile
@fruts
fruts / main.dart
Last active October 25, 2025 16:26
void main() {
final now = DateTime.now();
print(now.timeZoneOffset);;
print(now.toIso8601String());
print('---------------');
print(now.toUtc().toIso8601String());
// Current time in New York: 2009-11-10 18:00:00
// Current time in New York: "2009-11-10T18:00:00-05:00"
// Current time in New York: "2009-\T23:00:00Z"
// final times = [