Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding convenience to processing and outputting date and time #76

Open
sakuraehikaru opened this issue Aug 9, 2021 · 1 comment

Comments

@sakuraehikaru
Copy link

  • We often have to write numerous helpers to process and output date and time strings
  • Server APIs also tend to require and return date formats inconsistently
  • Simple arithmetics on days, months, and years are also somewhat common right before, or in-between network requests, and we've had to use other libraries or write extra code just to do these
  • Setting, tracking, maintaining, and converting to the correct timezone where needed is often a loosely handled programming process (at least to me), so it'll be nice if Netable has a design that helps make this process more transparent and easier
@jenncoop
Copy link
Member

We might be able to use property wrappers to handle this instead of including it in Netable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants