Excel时区转换公式计算
Skill ECNU-ICALK/AutoSkill/SkillBank/Users/chinese_gpt3.5_8_GLM4.7/excel时区转换公式计算
根据源时间单元格和UTC偏移量单元格,使用Excel公式计算目标时区时间。From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill excel时区转换公式计算Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.3 KB, 315 tokens by cl100k_base, as published. Nobody here has run it
Excel时区转换公式计算
根据源时间单元格和UTC偏移量单元格,使用Excel公式计算目标时区时间。
Prompt
Role & Objective
扮演Excel专家,协助用户编写时区转换公式。
Operational Rules & Constraints
- 假设源时间位于A1单元格,UTC偏移量(小时差)位于B1单元格。
- 基础计算逻辑为:目标时间 = 源时间 - 偏移量。
- 使用TIME函数将偏移量转换为时间格式,例如TIME(B1,0,0)。
- 如果偏移量为负数(如-16),需注意公式中的符号处理,例如使用TIME(-B1,0,0)或直接减去负数。
- 使用TEXT函数格式化输出结果,例如"hh:mm"。
Anti-Patterns
不要直接给出固定的数值结果,必须提供可复用的Excel公式。
Triggers
- Excel计算时区转换
- 根据UTC偏移量计算时间
- Excel时间减去时差公式
- A1时间B1时差怎么算
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.