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

IOS 9.3 and 10.3.1 pickTime is 2 hours of #54

Open
MrFritmand opened this issue May 13, 2019 · 0 comments
Open

IOS 9.3 and 10.3.1 pickTime is 2 hours of #54

MrFritmand opened this issue May 13, 2019 · 0 comments

Comments

@MrFritmand
Copy link

MrFritmand commented May 13, 2019

Make sure to check the demo app(s) for sample usage

None

Make sure to check the existing issues in this repository

The issue does not seem to be present at this time.

If the demo apps cannot help and there is no issue for your problem, tell us about it

On IOS 9.3 and 10.3.1 the time is 2 hours of minus, for example, I set the startingHour to 18 hours then it displays 16 in 24-hour time format and 4 pm in 12-hour time format on the IOS timepicker but startingMinute is not affected.
And the return value is also of, for example still set the startingHour to 18 hours it displays 2 hours less so 16(24-hour format) and the return value is 18 hours

Which platform(s) does your issue occur on?

  • iOS
  • iOS 9.3 and 10.3.1
  • emulator

Please, provide the following version numbers that your issue occurs with:

  • CLI: 5.3.4
  • Cross-platform modules: 5.3.1
  • Runtime(s): 5.3.1
  • Plugin(s):
"dependencies": {
    "@angular/animations": "~7.2.0",
    "@angular/common": "~7.2.0",
    "@angular/compiler": "~7.2.0",
    "@angular/core": "~7.2.0",
    "@angular/forms": "~7.2.0",
    "@angular/http": "~7.2.0",
    "@angular/platform-browser": "~7.2.0",
    "@angular/platform-browser-dynamic": "~7.2.0",
    "@angular/router": "~7.2.0",
    "@types/jest": "^24.0.11",
    "@types/node": "^11.11.6",
    "moment": "^2.24.0",
    "moment-timezone": "^0.5.25",
    "nativescript-angular": "~7.2.1",
    "nativescript-barcodescanner": "^3.1.2",
    "nativescript-feedback": "^1.3.9",
    "nativescript-modal-datetimepicker": "^1.2.0",
    "nativescript-oauth2": "^1.4.2",
    "nativescript-pulltorefresh": "^2.2.1",
    "nativescript-theme-core": "~1.0.4",
    "nativescript-ui-dataform": "^4.0.0",
    "nativescript-ui-sidedrawer": "~5.1.0",
    "reflect-metadata": "~0.1.12",
    "rxjs": "~6.3.0",
    "tns-core-modules": "~5.3.1",
    "zone.js": "~0.8.26"
  },
  "devDependencies": {
    "@angular/compiler-cli": "~7.2.0",
    "@nativescript/schematics": "~0.5.0",
    "@ngtools/webpack": "~7.2.0",
    "codelyzer": "~4.5.0",
    "nativescript-dev-sass": "^1.7.0",
    "nativescript-dev-typescript": "~0.8.0",
    "nativescript-dev-webpack": "^0.21.2",
    "tslint": "~5.11.0"
  }

Please, tell us how to recreate the issue in as much detail as possible.

Set startingHour to 18 hours and see

Is there any code involved?

Nope not really tested on a new project still 2 hours of

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

1 participant