You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be confusing for people to see that the Google Spread Sheet is called Todoist Export: {project title} from 9/13/2022 and maybe for them (i.e. New Zealand now) is already 9/14/2022.
This might be a trivial fix, especially if we already have some utility functions that retrieve the user's local date/time.
The text was updated successfully, but these errors were encountered:
This should be easily doable, we deal with dates a lot in the other extensions and we can use the user's timezone as that's passed to the server from the client.
src/services/actions.service.spec.ts
'screateSheetName
uses the server's date to name the newly created Spread Sheet:todoist-google-sheets/src/services/actions.service.ts
Line 185 in e719edb
It might be confusing for people to see that the Google Spread Sheet is called
Todoist Export: {project title} from 9/13/2022
and maybe for them (i.e. New Zealand now) is already 9/14/2022.This might be a trivial fix, especially if we already have some utility functions that retrieve the user's local date/time.
The text was updated successfully, but these errors were encountered: