mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 23:06:43 +08:00 
			
		
		
		
	Merge pull request #953 from lioncash/time
service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule()
This commit is contained in:
		
						commit
						97c6f984dc
					
				| @ -80,8 +80,8 @@ public: | ||||
|             {5, nullptr, "GetTimeZoneRuleVersion"}, | ||||
|             {100, &ITimeZoneService::ToCalendarTime, "ToCalendarTime"}, | ||||
|             {101, &ITimeZoneService::ToCalendarTimeWithMyRule, "ToCalendarTimeWithMyRule"}, | ||||
|             {200, nullptr, "ToPosixTime"}, | ||||
|             {201, nullptr, "ToPosixTimeWithMyRule"}, | ||||
|             {201, nullptr, "ToPosixTime"}, | ||||
|             {202, nullptr, "ToPosixTimeWithMyRule"}, | ||||
|         }; | ||||
|         RegisterHandlers(functions); | ||||
|     } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user