mobilizon/js
Thomas Citharel 35fb06c345
Pass the date to getTimezoneOffset() so that the DST is accounted for
See https://github.com/marnusw/date-fns-tz#gettimezoneoffset

Closes #1069

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-03-24 10:01:04 +01:00
..
public
scripts/build
src Pass the date to getTimezoneOffset() so that the DST is accounted for 2022-03-24 10:01:04 +01:00
tests/unit
.browserslistrc
.editorconfig
.eslintrc.js
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
cypress.json
fragmentTypes.json
get_union_json.ts
jest.config.js
package.json Update deps 2022-03-24 09:45:54 +01:00
postcss.config.js
tailwind.config.js
tsconfig.json
vue-i18n-extract.config.js
vue.config.js
yarn.lock Update deps 2022-03-24 09:45:54 +01:00

README.md

mobilizon

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.