src/services/actions.service.spec.ts's createSheetName uses the server's date to name the newly created Spread Sheet:
|
new Date().toLocaleDateString(), |
)
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.
src/services/actions.service.spec.ts'screateSheetNameuses 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/2022and 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.