Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
		
							
								
								
									
										14
									
								
								install/config-ui/node_modules/es-abstract/2022/MakeDate.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								install/config-ui/node_modules/es-abstract/2022/MakeDate.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| 'use strict'; | ||||
|  | ||||
| var $isFinite = require('math-intrinsics/isFinite'); | ||||
|  | ||||
| var msPerDay = require('../helpers/timeConstants').msPerDay; | ||||
|  | ||||
| // https://262.ecma-international.org/5.1/#sec-15.9.1.13 | ||||
|  | ||||
| module.exports = function MakeDate(day, time) { | ||||
| 	if (!$isFinite(day) || !$isFinite(time)) { | ||||
| 		return NaN; | ||||
| 	} | ||||
| 	return (day * msPerDay) + time; | ||||
| }; | ||||
		Reference in New Issue
	
	Block a user
	 anthonyrawlins
					anthonyrawlins