When my app makes a request at 09:57 it displays the request time as 03:15.
Could possibly be a timezone issue or parsing the date incorrectly.
Make a request outside of the timezone the plugin was made in 馃憖.
MacOS: 10.15.4 (19E287)
Flipper: 0.35.0 (0.35.0)
Flipper Pods: 0.33.1
React Native: 0.62.1
iOS simulator: 13.4
Thank you for reporting this! I will take a look into it
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.
Seeing the same issue on Flipper version 0.49. Have a time offset of nearly 4 hours.
Request time: 08:02 AM
System clock time: 11:43 AM
MacOS: 10.15.3 (19D76)
Flipper: 0.49.0
Flipper Pods: 0.33.1
React Native: 0.62.2
iOS simulator: 13.3
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.
I'm still seeing this on flipper 0.92.0.
Actual time: 11:24am Pacific
Request time: 20:06
We generally don't report the actual time, but the device time. Does the time line up with the time as reported on the device / emulator?
@mweststrate it does not match the device time (assuming by that, you mean the time shown in the status bar at the top of the device). I have no idea what time it could possibly be reflecting.
Interesting, what kind of device / application stack does the issue occur with?
I just did some additional testing and the time seems to be correct with an Android Virtual device (have not tried an actual Android device).
I have noticed it's incorrect on both iPhone simulators and actual iPhone devices on latest iOS (14.6).
All are using React Native 0.64.2
XCode 12.5
Flipper 0.92.0
A fix is currently landing. It will be released next week Wednesday. Bumping Flipper to 0.94 should then solve the issue. See https://fbflipper.com/docs/getting-started/react-native#using-the-latest-flipper-sdk for how to do that.
Apologies for asking if the answer is obvious, but has 1cf7456 landed in public builds of Flipper yet?
I'm still experiencing incorrect network request times for iOS devices in Flipper 0.96.1
0.63.212.50.96.114.6)@joshbuchea the fix is actually in the Flipper pod, not the app itself. Here's an example from my Podfile:
use_flipper!({ 'Flipper' => '~> 0.94.1', 'Flipper-Folly' => '~> 2.6', 'Flipper-RSocket' => '~> 1.4' })
I did miss that it's in the pod rather than the app 馃槄 Thanks for the response and clarification @swrobel 馃檶
Looking forward to seeing those sweet accurate timestamps again!
Most helpful comment
A fix is currently landing. It will be released next week Wednesday. Bumping Flipper to 0.94 should then solve the issue. See https://fbflipper.com/docs/getting-started/react-native#using-the-latest-flipper-sdk for how to do that.