TobyMosque / app-extension-qdatetimepicker

QDateTimePicker for Quasar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datetime picker selection getting auto update on ios platform

sachinkumaram-veoci opened this issue · comments

Datetime picker selection getting auto update on ios platform![Datetime error-480 (1)](https://user-images.githubusercontent.com/40174764/62960260-eced2300-be17-11e9-936d-860ad65b93d6.gif)

what quasar info outputs?

@TobyMosque
quasar info :
Operating System - Darwin(18.5.0) - darwin/x64
NodeJs - 10.15.3

Global packages
NPM - 6.9.0
yarn - 1.15.2
@quasar/cli - 1.0.0-beta.4
cordova - 8.1.2 (cordova-lib@8.1.1)

Important local packages
quasar - 1.0.0-rc.4 -- High performance, Material Design 2, full front end stack with Vue.js -- build SPA, SSR, PWA, Hybrid Mobile Apps and Electron apps, all simultaneously using the same codebase
@quasar/app - 1.0.0-rc.6 -- Quasar Framework App CLI
@quasar/extras - 1.1.3 -- Quasar Framework fonts, icons and animations
vue - 2.6.10 -- Reactive, component-oriented view layer for modern web interfaces.
vue-router - 3.0.6 -- Official router for Vue.js 2
vuex - 3.1.1 -- state management for Vue.js
electron - 2.0.0 -- Build cross platform desktop apps with JavaScript, HTML, and CSS
electron-packager - Not installed
electron-builder - Not installed
@babel/core - 7.4.5 -- Babel compiler core.
webpack - 4.32.2 -- Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
webpack-dev-server - 3.3.1 -- Serves a webpack app. Updates the browser on changes.
workbox-webpack-plugin - 4.3.1 -- A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.
register-service-worker - 1.6.2 -- Script for registering service worker, with hooks

Quasar App Extensions
quasar-app-extension-qdatetimepicker - 1.0.0-alpha.33 -- QDatetimePicker for Quasar

Networking
Host - Sachins-MacBook-Pro.local
en0 - 192.168.225.120

It actually converts selected time to local times zone, by adding 5:30 in selected time. How to prevent this.

you're using an old version, run quasar update -i and try again

@TobyMosque Thanks a lot. After updates issue has been resolved :)