We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92295c5 commit 9958049Copy full SHA for 9958049
lib/helpers/json.dart
@@ -56,7 +56,7 @@ String? dateToYYYYMMDD(DateTime? dateTime) {
56
/// Convert a date to UTC and then to an ISO8601 string.
57
///
58
/// This makes sure that the serialized data has correct timezone information.
59
-/// Otherwise the django backend will possible treat the date as local time,
+/// Otherwise the django backend will possibly treat the date as local time,
60
/// which will not be correct in most cases.
61
String dateToUtcIso8601(DateTime dateTime) {
62
return dateTime.toUtc().toIso8601String();
0 commit comments