dart_postgresql
dart_postgresql copied to clipboard
Implement OffsetDate and conversions (dates and timestamps with timezones)
class OffsetDateTime { final Duration offset; final DateTime dateTime; }
Florian posted some suggestions on the mailing list about this.