How to convert UTC to Local Time when performing queries in Drift?
I’m using the Drift package with Flutter. DateTime values in Drift tables are stored in UTC. I’ve also chosen to store them as ISO 8601 String values, as described here.
Using drift package in dart without flutter
I am developing a backend application in standalone dart without flutter. I am using drift package in my backend project for using sqlite in dart without flutter. But, it’s someway using flutter libraries.