@llhqiqi520 said:
oops,is dawn up,In the past about 12 hours, I bought #313 and #352, as well as 3 small ‘toys’.
Because I need to use PayPal, so I am not sure how to pay it. When I figured out how to pay, I missed a blind box in San Jose, which is very very very cost-effective.
Anyway, I still need to sincerely thanks @VirMach
Need to pay With PayPal ?
Just go to "add funds" in the billing section and select "PayPal" from the payment method drop down box.
(Minimum deposit is $20)
the legendary safari... how do I test this when I don't have a apple device
Welcome to Sauce Labs, cross browser testing on emulated and real devices.
@VirMach here try this ISO compliant date format instead
var pst = new Date('2024-01-01T00:00:00-08:00');
var local = new Date('2024-01-01T00:00:00');
new Date(dateString) syntax is unreliable.
Use new Date(year, monthIndex, day, hours, minutes, seconds, milliseconds) syntax instead.
If you just want the timezone, use new Date().getTimezoneOffset().
Seems like the fix we used broke it on iPhone/Safari but then fixed it for some people on Firefox on Linux I assume? Any other browsers it broke it on? I guess we need to make some type of list.
It's this now:
var pst = new Date('2024-01-01T00:00:00-08:00');
var local = new Date('2024-01-01T00:00:00');
Still doesn't work on Safari/iPhone, the old code did. Still works on Chrome Windows (all versions have.) Let me see if I can mix all of them up and make it equally work or equally break on all browsers.
Comments
the legendary safari... how do I test this when I don't have a apple device
@VirMach here try this ISO compliant date format instead
@imok you are 2 pages behind now
+1
Welcome to Sauce Labs, cross browser testing on emulated and real devices.
new Date(dateString)
syntax is unreliable.Use
new Date(year, monthIndex, day, hours, minutes, seconds, milliseconds)
syntax instead.If you just want the timezone, use
new Date().getTimezoneOffset()
.HostBrr aff best VPS; VirmAche aff worst VPS.
Unable to push-up due to shoulder injury 😣
@VirMach Hi, i was payment with debit card. How to remove my Debit Card in virmach account ?
Need to pay With PayPal ?
Just go to "add funds" in the billing section and select "PayPal" from the payment method drop down box.
(Minimum deposit is $20)
For staff assistance or support issues please use the helpdesk ticket system at https://support.lowendspirit.com/index.php?a=add
Seems like the fix we used broke it on iPhone/Safari but then fixed it for some people on Firefox on Linux I assume? Any other browsers it broke it on? I guess we need to make some type of list.
It's this now:
Still doesn't work on Safari/iPhone, the old code did. Still works on Chrome Windows (all versions have.) Let me see if I can mix all of them up and make it equally work or equally break on all browsers.
Okay, I got rid of the NaNh NaNm NaNs issue: