@@ -1029,7 +1029,7 @@ const { data } = await roxy.humanDesign.generateBodygraph({
10291029 body: {
10301030 date: '1990-07-15',
10311031 time: '13:00:00',
1032- timezone: 5.5 ,
1032+ timezone: 'America/New_York' ,
10331033 latitude: 0,
10341034 longitude: 0,
10351035 },
@@ -1041,14 +1041,14 @@ const { data } = await roxy.humanDesign.calculateConnection({
10411041 personA: {
10421042 date: '1990-07-15',
10431043 time: '13:00:00',
1044- timezone: 5.5 ,
1044+ timezone: 'America/New_York' ,
10451045 latitude: 0,
10461046 longitude: 0,
10471047 },
10481048 personB: {
10491049 date: '1990-07-15',
10501050 time: '13:00:00',
1051- timezone: 5.5 ,
1051+ timezone: 'America/New_York' ,
10521052 latitude: 0,
10531053 longitude: 0,
10541054 },
@@ -1062,7 +1062,7 @@ const { data } = await roxy.humanDesign.calculatePenta({
10621062 {
10631063 date: '1990-07-15',
10641064 time: '13:00:00',
1065- timezone: 5.5 ,
1065+ timezone: 'America/New_York' ,
10661066 latitude: 0,
10671067 longitude: 0,
10681068 },
@@ -1076,7 +1076,7 @@ const { data } = await roxy.humanDesign.generateTransit({
10761076 birthData: {
10771077 date: '1990-07-15',
10781078 time: '13:00:00',
1079- timezone: 5.5 ,
1079+ timezone: 'America/New_York' ,
10801080 latitude: 0,
10811081 longitude: 0,
10821082 },
@@ -1090,7 +1090,7 @@ const { data } = await roxy.humanDesign.calculateType({
10901090 body: {
10911091 date: '1990-07-15',
10921092 time: '13:00:00',
1093- timezone: 5.5 ,
1093+ timezone: 'America/New_York' ,
10941094 latitude: 0,
10951095 longitude: 0,
10961096 },
@@ -1101,7 +1101,7 @@ const { data } = await roxy.humanDesign.calculateGates({
11011101 body: {
11021102 date: '1990-07-15',
11031103 time: '13:00:00',
1104- timezone: 5.5 ,
1104+ timezone: 'America/New_York' ,
11051105 latitude: 0,
11061106 longitude: 0,
11071107 },
@@ -1115,7 +1115,7 @@ const { data } = await roxy.humanDesign.calculateChannels({
11151115 body: {
11161116 date: '1990-07-15',
11171117 time: '13:00:00',
1118- timezone: 5.5 ,
1118+ timezone: 'America/New_York' ,
11191119 latitude: 0,
11201120 longitude: 0,
11211121 },
@@ -1126,7 +1126,7 @@ const { data } = await roxy.humanDesign.calculateCenters({
11261126 body: {
11271127 date: '1990-07-15',
11281128 time: '13:00:00',
1129- timezone: 5.5 ,
1129+ timezone: 'America/New_York' ,
11301130 latitude: 0,
11311131 longitude: 0,
11321132 },
@@ -1140,7 +1140,7 @@ const { data } = await roxy.humanDesign.calculateProfile({
11401140 body: {
11411141 date: '1990-07-15',
11421142 time: '13:00:00',
1143- timezone: 5.5 ,
1143+ timezone: 'America/New_York' ,
11441144 latitude: 0,
11451145 longitude: 0,
11461146 },
@@ -1151,7 +1151,7 @@ const { data } = await roxy.humanDesign.calculateVariables({
11511151 body: {
11521152 date: '1990-07-15',
11531153 time: '13:00:00',
1154- timezone: 5.5 ,
1154+ timezone: 'America/New_York' ,
11551155 latitude: 0,
11561156 longitude: 0,
11571157 },
@@ -1171,7 +1171,7 @@ const { data } = await roxy.forecast.generateTimeline({
11711171 birthData: {
11721172 date: '1990-07-15',
11731173 time: '13:30:00',
1174- timezone: 5.5 ,
1174+ timezone: 'America/New_York' ,
11751175 latitude: 0,
11761176 longitude: 0,
11771177 },
@@ -1189,7 +1189,7 @@ const { data } = await roxy.forecast.forecastTransits({
11891189 birthData: {
11901190 date: '1990-07-15',
11911191 time: '13:30:00',
1192- timezone: 5.5 ,
1192+ timezone: 'America/New_York' ,
11931193 latitude: 0,
11941194 longitude: 0,
11951195 },
@@ -1205,7 +1205,7 @@ const { data } = await roxy.forecast.findSignificantDates({
12051205 birthData: {
12061206 date: '1990-07-15',
12071207 time: '13:30:00',
1208- timezone: 5.5 ,
1208+ timezone: 'America/New_York' ,
12091209 latitude: 0,
12101210 longitude: 0,
12111211 },
@@ -1223,7 +1223,7 @@ const { data } = await roxy.forecast.generateDigest({
12231223 birthData: {
12241224 date: '1990-07-15',
12251225 time: '13:30:00',
1226- timezone: 5.5 ,
1226+ timezone: 'America/New_York' ,
12271227 latitude: 0,
12281228 longitude: 0,
12291229 },
@@ -1243,7 +1243,7 @@ const { data } = await roxy.forecast.forecastSolarReturn({
12431243 year: 2026,
12441244 latitude: 40.7128,
12451245 longitude: -74.006,
1246- timezone: 5.5 ,
1246+ timezone: 'America/New_York' ,
12471247 houseSystem: 'placidus',
12481248 },
12491249});
0 commit comments