mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:02:45 +00:00 
			
		
		
		
	|  027e4bd439 As all variables and numeric literals in the expression have an integral data type, it would evaluate to an int and could easily overflow as we're multiplying seconds with 10^9. Introduce a floating point literal into the expression to make it result in a double. | ||
|---|---|---|
| .. | ||
| TimeZone.from.js | ||
| TimeZone.js | ||
| TimeZone.prototype.@@toStringTag.js | ||
| TimeZone.prototype.getInstantFor.js | ||
| TimeZone.prototype.getNextTransition.js | ||
| TimeZone.prototype.getOffsetNanosecondsFor.js | ||
| TimeZone.prototype.getOffsetStringFor.js | ||
| TimeZone.prototype.getPlainDateTimeFor.js | ||
| TimeZone.prototype.getPossibleInstantsFor.js | ||
| TimeZone.prototype.getPreviousTransition.js | ||
| TimeZone.prototype.id.js | ||
| TimeZone.prototype.toJSON.js | ||
| TimeZone.prototype.toString.js | ||